Move to Cadoles namespace
This commit is contained in:
15
misc/sample.conf
Normal file
15
misc/sample.conf
Normal 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=""
|
Reference in New Issue
Block a user