forked from coop-cloud/4get
Compare commits
1 Commits
upgrade-an
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ccd5afc61 |
@ -1,5 +1,4 @@
|
||||
TYPE=4get
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
DOMAIN=4get.example.com
|
||||
|
||||
@ -22,12 +21,8 @@ DEFAULT_THEME="Dark" # Options: "Catppuccin Latte" "Dark Christmas" "Wine" "Catp
|
||||
## Enable onion routing, this will make all searches using tor
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.tor.yml"
|
||||
|
||||
## Enable tinyauth forward auth
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.tiny.yml"
|
||||
#TINY_MIDDLEWARE="your_domain_com"
|
||||
|
||||
INCLUDE_NEWS_LINK=false
|
||||
INCLUDE_4GET_DONATION_LINK=true
|
||||
INCLUDE_SOURCE_LINK=false
|
||||
API_ENABLED=false
|
||||
#MOTD="A proxy search engine that doesn't suck"
|
||||
#MOTD="A proxy search engine that doesn't suck"
|
||||
@ -4,13 +4,13 @@
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 1
|
||||
* **Category**: Utilities
|
||||
* **Status**: 2
|
||||
* **Image**: [`4get`](https://hub.docker.com/r/4get), 4, upstream
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: No
|
||||
* **Email**: N/A
|
||||
* **Tests**: No
|
||||
* **Tests**: Yes
|
||||
* **SSO**: N/A
|
||||
|
||||
<!-- endmetadata -->
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
---
|
||||
version: "3.11"
|
||||
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${TINY_MIDDLEWARE}"
|
||||
@ -3,7 +3,7 @@ version: "3.11"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: luuul/4get:1.0.37
|
||||
image: luuul/4get:1.0.34
|
||||
environment:
|
||||
- FOURGET_PROTO=http
|
||||
- DISALLOWED_SSL=TLS_AES_256_GCM_SHA384
|
||||
|
||||
Reference in New Issue
Block a user