Scribe: switched to Lomanic's image
This commit is contained in:
parent
97bd27f993
commit
6f2824b301
@ -14,9 +14,9 @@ They are deployed with [Compose files](templates/compose) and load balanced acco
|
||||
|
||||
## Configurations
|
||||
|
||||
Our SearXNG instance uses a custom [settings.yaml](templates/conf/settings.yaml.j2) that always include upstream changes. It is updated by hand with reference to [Pussthecat.org's configuration](https://github.com/PussTheCat-org/PussTheCat.org-Configs/tree/master/Services/SearXNG). Thanks to [TheFrenchGhosty](https://github.com/PussTheCat-org).
|
||||
Our SearXNG instance uses a custom [settings.yml](templates/conf/settings.yml.j2) that always include upstream changes. It is updated by hand with reference to [Pussthecat.org's configuration](https://github.com/PussTheCat-org/PussTheCat.org-Configs/tree/master/Services/SearXNG). Thanks to [TheFrenchGhosty](https://github.com/PussTheCat-org).
|
||||
|
||||
Data of our Privatebin, Etherpad, and Gitea instance are backed up periodically.
|
||||
Data of our Privatebin, Etherpad, and Gitea instances are backed up periodically.
|
||||
|
||||
Passwords and other sensitive data are kept locally as encrypted variables in [secrets.yaml](vars/secrets.example.yaml). We host an Authelia and Firefox stack that is restricted to specific users only. Their related files are also kept locally.
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
# Define the location of the gnupg folder
|
||||
vars:
|
||||
gnupg_folder: "/home/{{ control_user }}/.gnupg"
|
||||
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||
services:
|
||||
scribe:
|
||||
container_name: scribe
|
||||
image: git.opnxng.com/opnxng/scribe:latest
|
||||
image: registry.gitlab.com/lomanic/scribe-binaries:latest
|
||||
security_opt:
|
||||
- no-new-privileges
|
||||
environment:
|
||||
|
@ -1,10 +1,22 @@
|
||||
compose:
|
||||
oracle4:
|
||||
- caddy
|
||||
|
||||
config:
|
||||
oracle1:
|
||||
- scribe
|
||||
oracle2:
|
||||
- scribe
|
||||
oracle3:
|
||||
- scribe
|
||||
oracle4:
|
||||
- caddy
|
||||
- scribe
|
||||
|
||||
compose:
|
||||
oracle1:
|
||||
- scribe
|
||||
oracle2:
|
||||
- scribe
|
||||
oracle3:
|
||||
- scribe
|
||||
oracle4:
|
||||
- scribe
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user