HA: Difference between revisions

Content deleted Content added
Line 112: Line 112:
Even though we have Bitwarden up and running now, it isn’t possible to use it until we set up HTTPS.
Even though we have Bitwarden up and running now, it isn’t possible to use it until we set up HTTPS.
{{UC}}
{{UC}}

= OPNSense =
Source: [https://opnsense.org/download/ opnsense.org]
{{UC}}

= Calibre Web =
Source [https://hub.docker.com/r/linuxserver/calibre-web hub.docker.com]

docker pull linuxserver/calibre-web

docker run -d \
--name=calibre-web \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e DOCKER_MODS=linuxserver/mods:universal-calibre `#optional` \
-e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `#optional` \
-p 8083:8083 \
-v /path/to/data:/config \
-v /path/to/calibre/library:/books \
--restart unless-stopped \
lscr.io/linuxserver/calibre-web:latest


= Notifications =
= Notifications =