fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-06-10 09:12:33 +00:00
committed by github-actions[bot]
parent 8665d794c4
commit fd67bfbc63
9 changed files with 209 additions and 217 deletions

View File

@@ -2,9 +2,7 @@
name: "🐛 Bug Report" name: "🐛 Bug Report"
description: Create a new ticket for a bug. description: Create a new ticket for a bug.
title: "🐛 [Addon name] <title>" title: "🐛 [Addon name] <title>"
labels: [ labels: ["bug"]
"bug"
]
body: body:
- type: textarea - type: textarea
id: description id: description

View File

@@ -2,10 +2,7 @@
name: "✨ Feature request" name: "✨ Feature request"
description: Suggest an idea for this project description: Suggest an idea for this project
title: "✨ [REQUEST] Addon name" title: "✨ [REQUEST] Addon name"
labels: [ labels: ["prevent stale", "enhancement"]
"prevent stale",
"enhancement"
]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@@ -1,7 +1,7 @@
# List of environment variables, see : https://github.com/vogler/free-games-claimer#configuration--options HEIGHT=1280
SHOW='1' LOGIN_TIMEOUT=180
WIDTH='1280'
HEIGHT='1280'
NOTIFY_TITLE='Free Games Claimer' NOTIFY_TITLE='Free Games Claimer'
TIMEOUT='60' # List of environment variables, see : https://github.com/vogler/free-games-claimer#configuration--options
LOGIN_TIMEOUT='180' SHOW=1
TIMEOUT=60
WIDTH=1280

View File

@@ -61,7 +61,8 @@ devices:
- "/dev/nvme0" - "/dev/nvme0"
- "/dev/nvme1" - "/dev/nvme1"
- "/dev/nvme2" - "/dev/nvme2"
environment: { environment:
{
"GRAMPSWEB_TREE": "Gramps Web", "GRAMPSWEB_TREE": "Gramps Web",
"GRAMPSWEB_CELERY_CONFIG__broker_url": "redis://localhost:6379/0", "GRAMPSWEB_CELERY_CONFIG__broker_url": "redis://localhost:6379/0",
"GRAMPSWEB_CELERY_CONFIG__result_backend": "redis://localhost:6379/0", "GRAMPSWEB_CELERY_CONFIG__result_backend": "redis://localhost:6379/0",
@@ -73,15 +74,11 @@ environment: {
"GRAMPSWEB_STATIC_PATH": "/app/static", "GRAMPSWEB_STATIC_PATH": "/app/static",
"GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR": "/config/thumbnail_cache", "GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR": "/config/thumbnail_cache",
"GRAMPSWEB_REPORT_DIR": "/config/cache/reports", "GRAMPSWEB_REPORT_DIR": "/config/cache/reports",
"GRAMPSWEB_EXPORT_DIR": "/config/cache/export" "GRAMPSWEB_EXPORT_DIR": "/config/cache/export",
} }
image: ghcr.io/alexbelgium/grampsweb-{arch} image: ghcr.io/alexbelgium/grampsweb-{arch}
init: false init: false
options: { options: { "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false }
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
}
map: map:
- type: addon_config - type: addon_config
read_only: false read_only: false
@@ -92,7 +89,8 @@ ports:
5001/tcp: 5000 5001/tcp: 5000
ports_description: ports_description:
5001/tcp: webui 5001/tcp: webui
schema: { schema:
{
"GRAMPSWEB_SECRET_KEY": "str?", "GRAMPSWEB_SECRET_KEY": "str?",
"GRAMPSWEB_BASE_URL": "str?", "GRAMPSWEB_BASE_URL": "str?",
"GRAMPSWEB_EMAIL_HOST": "str?", "GRAMPSWEB_EMAIL_HOST": "str?",
@@ -103,7 +101,7 @@ schema: {
"GRAMPSWEB_DEFAULT_FROM_EMAIL": "email?", "GRAMPSWEB_DEFAULT_FROM_EMAIL": "email?",
"certfile": "str?", "certfile": "str?",
"keyfile": "str?", "keyfile": "str?",
"ssl": "bool?" "ssl": "bool?",
} }
services: services:
- mysql:want - mysql:want

View File

@@ -61,19 +61,18 @@ devices:
- "/dev/nvme0" - "/dev/nvme0"
- "/dev/nvme1" - "/dev/nvme1"
- "/dev/nvme2" - "/dev/nvme2"
environment: { environment:
{
"APP_TRUSTED_PROXIES": "*", "APP_TRUSTED_PROXIES": "*",
"APP_ENV": "production", "APP_ENV": "production",
"APP_DEBUG": "false", "APP_DEBUG": "false",
"MAIL_MAILER": "log", "MAIL_MAILER": "log",
"DEFAULT_STORAGE_LIMIT": "1024", "DEFAULT_STORAGE_LIMIT": "1024",
"DEFAULT_MAX_STORAGE_SIZE": "1024" "DEFAULT_MAX_STORAGE_SIZE": "1024",
} }
image: ghcr.io/alexbelgium/monica-{arch} image: ghcr.io/alexbelgium/monica-{arch}
init: false init: false
options: { options: { "database": "sqlite" }
"database": "sqlite"
}
map: map:
- type: addon_config - type: addon_config
read_only: false read_only: false
@@ -82,7 +81,8 @@ ports:
80/tcp: 8181 80/tcp: 8181
ports_description: ports_description:
80/tcp: webui 80/tcp: webui
schema: { schema:
{
"database": "list(sqlite|MariaDB_addon|Mysql_external)", "database": "list(sqlite|MariaDB_addon|Mysql_external)",
"APP_KEY": "str?", "APP_KEY": "str?",
"DB_DATABASE": "str?", "DB_DATABASE": "str?",
@@ -97,7 +97,7 @@ schema: {
"MAIL_PASSWORD": "str?", "MAIL_PASSWORD": "str?",
"MAIL_ENCRYPTION": "str?", "MAIL_ENCRYPTION": "str?",
"MAIL_FROM_ADDRESS": "str?", "MAIL_FROM_ADDRESS": "str?",
"MAIL_FROM_NAME": "str?" "MAIL_FROM_NAME": "str?",
} }
services: services:
- mysql:want - mysql:want

View File

@@ -1,17 +1,16 @@
### Compose parameters ### Compose parameters
SQLITE=0
NOSWAG=0 NOSWAG=0
SQLITE=0
# Port on which the noswag nginx container is listening # Port on which the noswag nginx container is listening
# You don't have to bother about this if you use the swag version # You don't have to bother about this if you use the swag version
NOSWAG_PORT=80 NOSWAG_PORT=80
### Run parameters ### Run parameters
PUID=0
PGID=0 PGID=0
PUID=0
TZ=Europe/Zurich TZ=Europe/Zurich
URL=your.domain URL=your.domain
@@ -23,16 +22,16 @@ USE_HTTPS=1
# You don't have to bother about this if you use SQLite # You don't have to bother about this if you use SQLite
MYSQL_HOST=db MYSQL_HOST=db
MYSQL_USER_PASSWD=secret
MYSQL_ROOT_PASSWD=secret
MYSQL_PORT=3306 MYSQL_PORT=3306
MYSQL_ROOT_PASSWD=secret
MYSQL_USER=seafile MYSQL_USER=seafile
MYSQL_USER_PASSWD=secret
### Volume parameters ### Volume parameters
SEAFILE_CONF_DIR=./seafile/conf SEAFILE_CONF_DIR=./seafile/conf
SEAFILE_LOGS_DIR=./seafile/logs
SEAFILE_DATA_DIR=./seafile/seafile-data SEAFILE_DATA_DIR=./seafile/seafile-data
SEAFILE_LOGS_DIR=./seafile/logs
SEAFILE_SEAHUB_DIR=./seafile/seahub-data SEAFILE_SEAHUB_DIR=./seafile/seahub-data
# You don't have to bother about this if you use SQLite # You don't have to bother about this if you use SQLite