Skip to content

Instantly share code, notes, and snippets.

@LeKovr
Created July 31, 2023 14:28
Show Gist options
  • Save LeKovr/ec98fd9082ce66e584aba2f9a8275417 to your computer and use it in GitHub Desktop.
Save LeKovr/ec98fd9082ce66e584aba2f9a8275417 to your computer and use it in GitHub Desktop.
Install dcape v3
MY_HOST=demo.dcape.ru
LE_ADMIN=admin@dcape.ru
git clone https://github.com/dopos/dcape.git
make install ACME=wild DNS=wild DCAPE_DOMAIN=${MY_HOST} \
TRAEFIK_ACME_EMAIL=${LE_ADMIN} PDNS_LISTEN=$(dig +short $MY_HOST):53
make echo-gitea-admin-pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment