Compare commits

...

4 Commits

Author SHA1 Message Date
poslop
742b09307c Merge branch 'main' of https://git.archfox.org/poslop/DockerConfigs 2026-02-10 19:49:10 -06:00
poslop
b8d8473bd2 matrix 2026-02-10 19:45:20 -06:00
poslop
de792394b3 open web ui api keys 2026-02-10 13:16:25 -06:00
25a3121748 Merge pull request 'dev' (#7) from dev into main
Reviewed-on: #7
2025-05-16 14:05:34 -05:00
4 changed files with 41 additions and 12 deletions

View File

@@ -2,6 +2,10 @@
acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
}
matrix.archfox.org {
reverse_proxy continuwuity:6167
}
pyke.archfox.org {
reverse_proxy redbot:8969
}

View File

@@ -0,0 +1,23 @@
services:
continuwuity:
image: forgejo.ellis.link/continuwuation/continuwuity:latest
container_name: continuwuity
restart: unless-stopped
volumes:
- ${Volumes}/continuwuity/db:/var/lib/continuwuity
- ${Volumes}/continuwuity/etc/continuwuity.toml:/etc/continuwuity.toml
environment:
CONTINUWUITY_SERVER_NAME: matrix.archfox.org
CONTINUWUITY_DATABASE_PATH: /var/lib/continuwuity
CONTINUWUITY_PORT: 6167
CONTINUWUITY_MAX_REQUEST_SIZE: 200000000
CONTINUWUITY_ALLOW_REGISTRATION: 'true'
CONTINUWUITY_YES_I_AM_VERY_VERY_SURE_I_WANT_AN_OPEN_REGISTRATION_SERVER_PRONE_TO_ABUSE: 'true'
CONTINUWUITY_REGISTRATION_TOKEN: 'Grandson-Clumsily-Riverboat2'
CONTINUWUITY_ALLOW_FEDERATION: 'true'
CONTINUWUITY_ALLOW_CHECK_FOR_UPDATES: 'true'
CONTINUWUITY_TRUSTED_SERVERS: '["matrix.org"]'
CONTINUWUITY_ADDRESS: 0.0.0.0
CONTINUWUITY_CONFIG: '/etc/continuwuity.toml'
networks:
- caddy

View File

@@ -5,6 +5,7 @@ services:
restart: unless-stopped
environment:
- OLLAMA_BASE_URL=http://poslop-w:11434
- ENABLE_API_KEYS="true"
volumes:
- open-webui:/app/backend/data
networks:

View File

@@ -12,24 +12,25 @@ services=(
"Documentation/gitea.yml"
"Documentation/vaultwarden.yml"
"Media/arr.yml"
"Media/continuwuity.yml"
"Media/jellyfin.yml"
"Media/shoko.yml"
"Networking/technitium.yml"
"Networking/caddy.yml"
"Networking/omada.yml"
"Networking/ddns.yml"
"Tools/searxng.yml"
"Tools/monerod.yml"
"Tools/p2pool.yml"
"Tools/ariang.yml"
"Tools/nextcloud-aio.yml"
"Tools/qbit.yml"
"Tools/open-webui.yml"
"Tools/watchtower.yml"
"Tools/pastefy.yml"
"Networking/omada.yml"
"Networking/technitium.yml"
"Tools/actual.yml"
"Tools/sftpgo.yml"
"Tools/ariang.yml"
"Tools/monerod.yml"
"Tools/nextcloud-aio.yml"
"Tools/open-webui.yml"
"Tools/p2pool.yml"
"Tools/pastefy.yml"
"Tools/qbit.yml"
"Tools/redbot.yml"
"Tools/searxng.yml"
"Tools/sftpgo.yml"
"Tools/watchtower.yml"
"pterodactyl/docker-compose.yml"
)