Add files via upload
AirVPN OpenVPN
deleted
100644 → 0
NZBHydra2
0 → 100644
NetData
0 → 100644
Nextcloud
0 → 100644
Nextcloud DDNS
0 → 100644
docker run -d \ | ||
--name=nextcloudddns \ | ||
--restart always \ | ||
-e ZONE=* \ | ||
-e HOST=cloud.* \ | ||
-e [email protected] \ | ||
-e API=* \ | ||
-e PROXY=true \ | ||
-e FORCE_CREATE=true \ | ||
--label=com.centurylinklabs.watchtower.enable=true \ | ||
joshuaavalon/cloudflare-ddns |
Nginx Proxy (jwilder)
0 → 100644
Nginx Proxy Manager (jc21)
0 → 100644
Ombi
0 → 100644
OpenHab
0 → 100644
Owncloud
0 → 100644
Paperless
0 → 100644
Paperless Doc Start
0 → 100644
Pi-Hole
0 → 100644
Plausible
0 → 100644
version: "3.3" | ||
services: | ||
plausiblemail: | ||
image: bytemark/smtp | ||
restart: always | ||
plausible_db: | ||
image: postgres:12 | ||
restart: always | ||
volumes: | ||
- /home/aerya/docker/plausible/db-data:/var/lib/postgresql/data | ||
environment: | ||
- POSTGRES_PASSWORD=* | ||
labels: | ||
- com.centurylinklabs.watchtower.enable=true | ||
plausible_events_db: | ||
image: yandex/clickhouse-server:21.3.2.5 | ||
restart: always | ||
volumes: | ||
- /home/aerya/docker/plausible/clickhouse/clickhouse:/var/lib/clickhouse | ||
- /home/aerya/docker/plausible/clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro | ||
- /home/aerya/docker/plausible/clickhouse/clickhouse-user-config.xml:/etc/clickhouse-server/users.d/logging.xml:ro | ||
ulimits: | ||
nofile: | ||
soft: 262144 | ||
hard: 262144 | ||
labels: | ||
- com.centurylinklabs.watchtower.enable=true | ||
plausible: | ||
image: plausible/analytics:latest | ||
restart: always | ||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin && /entrypoint.sh run" | ||
depends_on: | ||
- plausible_db | ||
- plausible_events_db | ||
- plausiblemail | ||
ports: | ||
- 8042:8000 | ||
env_file: | ||
- plausible-conf.env | ||
labels: | ||
- com.centurylinklabs.watchtower.enable=true | ||
plausible-conf.env | ||
[email protected] | ||
ADMIN_USER_NAME=* | ||
ADMIN_USER_PWD=* | ||
BASE_URL=https://plausible.upandclear.org | ||
SECRET_KEY_BASE=* |
Plausible DDNS
0 → 100644
docker run -d \ | ||
--name=plausibleblogddns \ | ||
--restart always \ | ||
-e ZONE=upandclear.org \ | ||
-e HOST=plausible.upandclear.org \ | ||
-e [email protected] \ | ||
-e API=* \ | ||
-e PROXY=true \ | ||
-e FORCE_CREATE=true \ | ||
--label=com.centurylinklabs.watchtower.enable=true \ | ||
joshuaavalon/cloudflare-ddns |
Plex DDNS
0 → 100644
docker run -d \ | ||
--name=plexddns \ | ||
--restart always \ | ||
-e ZONE=* \ | ||
-e HOST=plex.* \ | ||
-e [email protected] \ | ||
-e API=* \ | ||
-e PROXY=true \ | ||
-e FORCE_CREATE=true \ | ||
--label=com.centurylinklabs.watchtower.enable=true \ | ||
joshuaavalon/cloudflare-ddns |
Plex Music
0 → 100644
Plex NUC2
0 → 100644
Plex SyncLounge
0 → 100644
Please register or sign in to comment