fix(dozzle): removed login from env as deprecated, disable analytics by default (#2162)
This commit is contained in:
parent
fd6b4c79d2
commit
69ed5e80c5
|
@ -5,7 +5,7 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8013,
|
"port": 8013,
|
||||||
"id": "dozzle",
|
"id": "dozzle",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "6.1.0",
|
"version": "6.1.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
|
@ -15,20 +15,6 @@
|
||||||
"author": "Amir Raminfar",
|
"author": "Amir Raminfar",
|
||||||
"source": "https://github.com/amir20/dozzle",
|
"source": "https://github.com/amir20/dozzle",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"label": "Username (optional)",
|
|
||||||
"required": false,
|
|
||||||
"placeholder": "Username",
|
|
||||||
"env_variable": "DOZZLE_USERNAME"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "password",
|
|
||||||
"label": "Password (optional)",
|
|
||||||
"placeholder": "Password",
|
|
||||||
"required": false,
|
|
||||||
"env_variable": "DOZZLE_PASSWORD"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Disable Google Analytics",
|
"label": "Disable Google Analytics",
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
dozzle:
|
dozzle:
|
||||||
container_name: dozzle
|
container_name: dozzle
|
||||||
|
@ -11,9 +10,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
environment:
|
environment:
|
||||||
- DOZZLE_NO_ANALYTICS=${DOZZLE_NO_ANALYTICS}
|
- DOZZLE_NO_ANALYTICS=${DOZZLE_NO_ANALYTICS-true}
|
||||||
- DOZZLE_USERNAME=${DOZZLE_USERNAME}
|
|
||||||
- DOZZLE_PASSWORD=${DOZZLE_PASSWORD}
|
|
||||||
labels:
|
labels:
|
||||||
# Main
|
# Main
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user