Compare commits
No commits in common. "cd15f6a9c42ef513927ba2d00752455d726e6720" and "f66b6a603270222ed9b868474f92cf0ea3cec469" have entirely different histories.
cd15f6a9c4
...
f66b6a6032
@ -11,7 +11,7 @@ pin.thesatelliteoflove.com {
|
||||
}
|
||||
|
||||
books.thesatelliteoflove.com {
|
||||
reverse_proxy authentik-server-1:9000
|
||||
reverse_proxy calibre-web:8083
|
||||
}
|
||||
|
||||
audio.thesatelliteoflove.com {
|
||||
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.17.5
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.17.3
|
||||
volumes:
|
||||
- audiobooks:/audiobooks
|
||||
- podcasts:/podcasts
|
||||
|
@ -92,8 +92,6 @@ pages:
|
||||
- janeczku/calibre-web
|
||||
- heyform/heyform
|
||||
- paperless-ngx/paperless-ngx
|
||||
- linuxserver/docker-calibre-web
|
||||
- coder/code-server
|
||||
- size: full
|
||||
widgets:
|
||||
- type: rss
|
||||
|
@ -18,8 +18,6 @@ services:
|
||||
- ./export:/usr/src/paperless/export
|
||||
- ./consume:/usr/src/paperless/consume
|
||||
env_file: docker-compose.env
|
||||
extra_hosts:
|
||||
- 'auth.thesatelliteoflove.com:172.20.0.5'
|
||||
environment:
|
||||
PAPERLESS_REDIS: redis://broker:6379
|
||||
PAPERLESS_TIKA_ENABLED: 1
|
||||
|
@ -40,7 +40,3 @@ PAPERLESS_TIME_ZONE=America/Denver
|
||||
# Set if accessing paperless via a domain subpath e.g. https://domain.com/PATHPREFIX and using a reverse-proxy like traefik or nginx
|
||||
#PAPERLESS_FORCE_SCRIPT_NAME=/PATHPREFIX
|
||||
#PAPERLESS_STATIC_URL=/PATHPREFIX/static/ # trailing slash required
|
||||
|
||||
# authentik
|
||||
PAPERLESS_APPS: "allauth.socialaccount.providers.openid_connect"
|
||||
PAPERLESS_SOCIALACCOUNT_PROVIDERS: '{"openid_connect": {"APPS": [{"provider_id": "authentik","name": "Authentik SSO","client_id": "{{ paperless_oauth_client_id }}","secret": "{{ paperless_oauth_client_secret }}","settings": { "server_url": "https://auth.thesatelliteoflove.com/application/o/paperlessngx/.well-known/openid-configuration"}}]}}'
|
Loading…
x
Reference in New Issue
Block a user