aports/DEPLOYMENT-NOTES

27 lines
931 B
Plaintext
Raw Normal View History

2020-11-20 16:31:49 +00:00
Some services need some preparation or configuration to work. Not all can work out of the box.
Unbound:
- Set `RESOLV_CONF=no` in /etc/udhcpc/udhcpc.conf to prevent automatic DNS configuration
2020-11-20 16:31:49 +00:00
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:
- Migration might be needed between upgrades (/pleroma/bin/pleroma_ctl migrate)
2020-11-20 16:31:49 +00:00
Database:
- User: pleroma
- Database: pleroma (owned by the user)