Move to Cadoles namespace

This commit is contained in:
2021-07-12 17:23:55 +02:00
parent b3bcb6fca8
commit aa50e74d9a
4 changed files with 40 additions and 15 deletions

15
misc/sample.conf Normal file
View File

@ -0,0 +1,15 @@
DOCKER_HTTP_PORT="127.0.0.1:8080:80"
DOCKER_HTTPS_PORT="127.0.0.1:8443:443"
DOCKER_SSH_PORT="2222:2222"
FDROID_REPO_DIR="/opt/fdroid/data/stable/repo"
FDROID_METADATA_DIR="/opt/fdroid/data/stable/metadata"
FDROID_KEYSTORE_DIR="/opt/fdroid/data/stable/keystore"
REPO_HOST="*:80"
REPO_EMAIL="myemail@"
REPO_NAME="My FDroid Repository"
REPO_DESCRIPTION="My FDroid Repo"
KEYSTORE_PASS=""
KEYSTORE_KEY_PASS=""
KEYSTORE_KEY_ALIAS=""
KEYSTORE_DNAME=""
SSH_PUBLIC_KEY=""