Scribe: switched to Lomanic's image
This commit is contained in:
parent
97bd27f993
commit
6f2824b301
@ -14,11 +14,11 @@ They are deployed with [Compose files](templates/compose) and load balanced acco
|
|||||||
|
|
||||||
## Configurations
|
## 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.
|
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.
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
Please contact us via [email](mailto:opnxng@tuta.io) if you discover any vulnerability or area for improvement in our infrastructure. We would truly appreciate it.
|
Please contact us via [email](mailto:opnxng@tuta.io) if you discover any vulnerability or area for improvement in our infrastructure. We would truly appreciate it.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# Define the location of the gnupg folder
|
# Define the location of the gnupg folder
|
||||||
vars:
|
vars:
|
||||||
gnupg_folder: "/home/{{ control_user }}/.gnupg"
|
gnupg_folder: "/home/{{ control_user }}/.gnupg"
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
- TZ=Asia/Singapore
|
- TZ=Asia/Singapore
|
||||||
- LIBREDDIT_DEFAULT_THEME=black
|
- LIBREDDIT_DEFAULT_THEME=black
|
||||||
- LIBREDDIT_DEFAULT_SHOW_NSFW=on
|
- LIBREDDIT_DEFAULT_SHOW_NSFW=on
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
|
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
|
||||||
interval: 5m
|
interval: 5m
|
||||||
@ -24,4 +24,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
libreddit:
|
libreddit:
|
||||||
name: libreddit
|
name: libreddit
|
||||||
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
scribe:
|
scribe:
|
||||||
container_name: scribe
|
container_name: scribe
|
||||||
image: git.opnxng.com/opnxng/scribe:latest
|
image: registry.gitlab.com/lomanic/scribe-binaries:latest
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges
|
- no-new-privileges
|
||||||
environment:
|
environment:
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
- LUCKY_ENV=production
|
- LUCKY_ENV=production
|
||||||
- APP_DOMAIN=m.opnxng.com
|
- APP_DOMAIN=m.opnxng.com
|
||||||
- SECRET_KEY_BASE="{{ scribe_jwt_secret }}"
|
- SECRET_KEY_BASE="{{ scribe_jwt_secret }}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8890:8088
|
- 8890:8088
|
||||||
networks:
|
networks:
|
||||||
@ -25,4 +25,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
scribe:
|
scribe:
|
||||||
name: scribe
|
name: scribe
|
||||||
|
@ -1,10 +1,22 @@
|
|||||||
compose:
|
|
||||||
oracle4:
|
|
||||||
- caddy
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
|
oracle1:
|
||||||
|
- scribe
|
||||||
|
oracle2:
|
||||||
|
- scribe
|
||||||
|
oracle3:
|
||||||
|
- scribe
|
||||||
oracle4:
|
oracle4:
|
||||||
- caddy
|
- scribe
|
||||||
|
|
||||||
|
compose:
|
||||||
|
oracle1:
|
||||||
|
- scribe
|
||||||
|
oracle2:
|
||||||
|
- scribe
|
||||||
|
oracle3:
|
||||||
|
- scribe
|
||||||
|
oracle4:
|
||||||
|
- scribe
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user