3 Commits

Author SHA1 Message Date
c70080aec5 move shlink from sootie 2025-12-18 22:47:26 -08:00
b594bb367d add nextclloud and uptime kuma 2025-12-15 21:32:35 -08:00
7adf4cbee0 Merge pull request 'migrate baserow to laylotta' (#1) from baserow into main
Reviewed-on: #1
Reviewed-by: ammaratef45 <ammaratef45@proton.me>
2025-12-12 06:37:44 +00:00
3 changed files with 103 additions and 0 deletions

View File

@ -0,0 +1,84 @@
TYPE=nextcloud:12.0.1+31.0.6-fpm
TIMEOUT=900
ENABLE_AUTO_UPDATE=true
ENABLE_BACKUPS=true
DOMAIN=nextcloud.resisttechmonopolies.online
## Domain aliases
#EXTRA_DOMAINS=', `www.nextcloud.resisttechmonopolies.online`'
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"
#MAX_DB_CONNECTIONS=500
ADMIN_USER=admin
SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_DB_PASSWORD_VERSION=v1
SECRET_ADMIN_PASSWORD_VERSION=v1
EXTRA_VOLUME=/dev/null:/tmp/.dummy
PHP_MEMORY_LIMIT=1G
# fpm-tune, see: https://spot13.com/pmcalculator/
FPM_MAX_CHILDREN=16
FPM_START_SERVERS=4
FPM_MIN_SPARE_SERVERS=4
FPM_MAX_SPARE_SERVERS=12
DEFAULT_QUOTA="10 GB"
# X_FRAME_OPTIONS_ENABLED=1
# X_FRAME_OPTIONS_ALLOW_FROM=embedding-site.example.org
# COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
# See https://github.com/nextcloud/docker#auto-configuration-via-environment-variables for default values
# SMTP_AUTHTYPE=
# SMTP_HOST=
# SMTP_SECURE=
# SMTP_NAME=
# SMTP_PORT=
# MAIL_FROM_ADDRESS=
# MAIL_DOMAIN=
# SECRET_SMTP_PASSWORD_VERSION=v1
## Customization
# THEMING_COLOR=
# THEMING_SLOGAN=
# COPY_ASSETS="flow_background.jpg|app:/var/www/html/themes/"
# COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/var/www/html/themes/"
# COPY_ASSETS="$COPY_ASSETS icon.png|app:/var/www/html/themes/"
# APPS="calendar"
# COLLABORA_URL=https://collabora.example.com
# COMPOSE_FILE="$COMPOSE_FILE:compose.onlyoffice.yml"
# ONLYOFFICE_URL=https://onlyoffice.example.com
# APPS="$APPS onlyoffice"
# SECRET_ONLYOFFICE_JWT_VERSION=v1
# COMPOSE_FILE="$COMPOSE_FILE:compose.bbb.yml"
# BBB_URL=https://talk.example.org/bigbluebutton/ # trailing slash!
# SECRET_BBB_SECRET_VERSION=v1
COMPOSE_FILE="$COMPOSE_FILE:compose.authentik.yml"
APPS="$APPS sociallogin"
AUTHENTIK_USER_PREFIX=ak
AUTHENTIK_DOMAIN=auth.resisttechmonopolies.online
SECRET_AUTHENTIK_SECRET_VERSION=v1
SECRET_AUTHENTIK_ID_VERSION=v1
OCC_CMDS="app:disable dashboard"
OCC_CMDS="$OCC_CMDS|config:app:set sociallogin auto_create_groups --value 1"
OCC_CMDS="$OCC_CMDS|config:app:set sociallogin hide_default_login --value 1"
#COMPOSE_FILE="$COMPOSE_FILE:compose.fulltextsearch.yml"
#SECRET_ELASTICSEARCH_PASSWORD_VERSION=v1
# This will change the nginx configuration to add the header Strict-Transport-Security.
# You can read more about it here: https://docs.nextcloud.com/server/30/admin_manual/installation/harden_server.html#enable-http-strict-transport-security
# And you can check out the changes made to the recipe to allow for this here: https://git.coopcloud.tech/coop-cloud/nextcloud/pulls/48
HSTS_ENABLED=1

View File

@ -0,0 +1,8 @@
TYPE=shlink:21d93464
DOMAIN=shlink.resisttechmonopolies.online
## Domain aliases
#EXTRA_DOMAINS=', `www.shlink.resisttechmonopolies.online`'
LETS_ENCRYPT_ENV=production

View File

@ -0,0 +1,11 @@
TYPE=uptime-kuma:1.0.2+latest
DOMAIN=uk.laylotta.resisttechmonopolies.online
## Domain aliases
#EXTRA_DOMAINS=', `www.uk.laylotta.resisttechmonopolies.online`'
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
LETS_ENCRYPT_ENV=production