Add synapse and tt-rss; Fix gitea, grafana and webdis

This commit is contained in:
Tobias Reisinger 2022-08-01 23:42:11 +02:00
parent bf0f991b49
commit 5373863a3e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 201 additions and 5 deletions

View file

@ -4,12 +4,16 @@ GITEA__database__NAME="gitea"
GITEA__database__USER="gitea"
GITEA__database__PASSWD=""
GITEA__database__SSL_MODE="verify-full"
GITEA__repository__ENABLE_PUSH_CREATE_USER="true"
GITEA__repository__ENABLE_PUSH_CREATE_ORG="true"
GITEA__repository__DEFAULT_BRANCH="main"
GITEA__cors__ENABLED="true"
GITEA__cors__SCHEME="https"
GITEA__ui__DEFAULT_THEME="arc-green"
GITEA__server__DOMAIN="git.serguzim.me"
GITEA__server__SSH_DOMAIN="git.serguzim.me"
GITEA__server__SSH_PORT="22"
@ -17,22 +21,41 @@ GITEA__server__ROOT_URL="https://git.serguzim.me/"
GITEA__server__OFFLINE_MODE="true"
GITEA__server__LFS_JWT_SECRET=""
GITEA__server__LFS_START_SERVER="true"
GITEA__security__INSTALL_LOCK="true"
GITEA__security__INTERNAL_TOKEN=""
GITEA__security__SECRET_KEY=""
GITEA__openid__ENABLE_OPENID_SIGNUP="true"
GITEA__openid__ENABLE_OPENID_SIGNIN="false"
GITEA__service__ALLOW_ONLY_EXTERNAL_REGISTRATION="true"
GITEA__service__ENABLE_BASIC_AUTHENTICATION="false"
GITEA__service__NO_REPLY_ADDRESS="discard.msrg.cc"
GITEA__webhook__DELIVER_TIMEOUT="60"
GITEA__mailer__ENABLED="true"
GITEA__mailer__HOST="mail.serguzim.me:587"
GITEA__mailer__FROM="Gitea <git@serguzim.me>"
GITEA__mailer__USER="git@serguzim.me"
GITEA__mailer__PASSWD=""
GITEA__mailer__SEND_AS_PLAIN_TEXT="true"
GITEA__picture__DISABLE_GRAVATAR="true"
GITEA__oauth2__JWT_SECRET=""
GITEA__metrics__ENABLED="true"
GITEA__metrics__TOKEN=""
GITEA__storage__STORAGE_TYPE="minio"
GITEA__storage__MINIO_ENDPOINT="sos-de-fra-1.exo.io"
GITEA__storage__MINIO_ACCESS_KEY_ID=""
GITEA__storage__MINIO_SECRET_ACCESS_KEY=""
GITEA__storage__MINIO_BUCKET="git.serguzim.me"
GITEA__storage__MINIO_LOCATION="de-fra-1"
GITEA__storage__MINIO_USE_SSL="true"
GITEA__OTHER__SHOW_FOOTER_BRANDING="true"
GITEA__OTHER__SHOW_FOOTER_TEMPLATE_LOAD_TIME="false"

View file

@ -2,7 +2,7 @@ version: "3"
services:
server:
image: gitea/gitea:1.16
image: gitea/gitea:1.17
container_name: gitea
env_file:
- .env