first prototype
hector (dev) -> raspen (rev proxy) -> agge (appserver: nextcloud, gitea, postgre)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# PostgreSQL (internal, for Nextcloud)
|
||||
POSTGRES_DB=nextcloud
|
||||
POSTGRES_USER=nextcloud
|
||||
POSTGRES_PASSWORD=CHANGE_THIS_PASSWORD
|
||||
|
||||
# Remote PostgreSQL (for external access)
|
||||
PG_DB=remotedb
|
||||
PG_USER=remoteuser
|
||||
PG_PASSWORD=CHANGE_THIS_PASSWORD
|
||||
|
||||
# Nextcloud
|
||||
NEXTCLOUD_ADMIN_USER=admin
|
||||
NEXTCLOUD_ADMIN_PASSWORD=CHANGE_THIS_PASSWORD
|
||||
TRUSTED_DOMAINS=nc.home localhost 127.0.0.1
|
||||
|
||||
# Gitea
|
||||
GITEA_DOMAIN=git.home
|
||||
Reference in New Issue
Block a user