eve-doc/home.markdown

1.3 KiB

Database

postgres

  • Host: postgres
$ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar`

Administration shell:

$ sudo psql -h postgres -u postgres
psql> \l # list databases
psql> \c <database> # connect to database
psql> \d # show tables

mysql

  • Host: mysql
$ create-mysql-user-and-database foo # create database and user `foo`

List snapshots

$ cd /data/containers/<name>/rootfs/.zfs
$ ls

Ldap

Administration: https://ldap.higgsboson.tk

objectclass description
mailaccount access imap/smtp
owncloud https://cloud.higgsboson.tk
gitlab https://git.higgsboson.tk

Mail

Key Value
Imap imap.higgsboson.tk, Port 143
Smtp smtp.higgsboson.tk, Port 567
Webmail https://mail.higgsboson.tk
Encryption STARTTLS or TLS
MX-Record mail.higgsboson.tk
SRV-Record v=spf1 a:mail.higgsboson.tk ip6:2a01:4f8:210:31fd:1::10 -all

LXC

$ lxc-attach -n <name>        # login
$ systemctl start lxc@<name>  # start container
$ systemctl stop lxc@<name>   # stop container