Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Shell
Generate simple wpa_cuplicant.conf and enable SSH for easy Headless Raspberry Pi config
Python
Shell 1
Forked from evertramos/docker-nextcloud-letsencrypt
Automated docker nextcloud for nginx proxy (webproxy) integrated with LetsEncrypt
# This check ensures <drun-network> exist
# every <drun> container will be reachable by it service name
# https://stackoverflow.com/a/53052379
function docker_network_check {
# You can define stack name on your .env or do deploy.sh <stack_name>
export $(cat .env) > /dev/null 2>&1;
docker stack deploy -c docker-compose.yml ${1:-STACK_NAME}
There was an error while loading. Please reload this page.