Some services need some preparation or configuration to work. Not all can work out of the box.

Grafana:
	Database:
		- User: grafana
		- Database: grafana (owned by the user)

Transmission:
	- If the data is stored on a mounted fs, it needs to be mounted at /seedbox.
	- If the contents of seedbox are owned by some other user than what's defined
	    in /etc/conf.d/transmission then the permissions need to be changed to
	    match accordingly

OpenSSH SFTP Chroot (part of seedbox):
	- Bind mounts from location of chroot to /sftp-chroot
	    NOTE: Usually `mount -o bind /seedbox /sftp-chroot`
	- seedbox user needs to be manually appended to /etc/ssh/sshd_config

Pleroma:
	Database:
		- User: pleroma
		- Database: pleroma (owned by the user)