Skip to content

Instantly share code, notes, and snippets.

@dwin
dwin / Instructions.md
Created March 14, 2023 21:16
Duplicacy Install as Linux Service

Installing Duplicacy as a Service on Linux

Ubuntu 22.04 LTS

Using Download link from https://duplicacy.com/download.html

Download and Verify Duplicacy web binary.

wget https://acrosync.com/duplicacy-web/duplicacy_web_linux_x64_1.6.3 -O duplicacy_web
@spikegrobstein
spikegrobstein / docker-compose.yml
Last active September 17, 2025 19:47
docker-compose file for sabnzbd/sonarr/radarr
# start up with 'docker-compose up -d' to start in background
# update images with 'docker-compose pull'
# this assumes that you have a sibling directory to this file called 'config' that contains all of the config for these services
# you can reference 'sabnzbd' 'radarr' or 'sonarr' from inside the containers (in the apps) to reference the other containers. no need to deal with IPs or hostnames
# remember that docker is isolated from the rest of your filesystem. you need to add volumes to the entries
# in order to give the processes access to them. so if you have multiple target directories for TV or Movies,
# then make sure you add each one that you want radarr/sonarr/sabnzbd to see.
version: '3'
services:
@padeoe
padeoe / README_wildcard_ssl_renew_letsencrypt_name_com.md
Last active April 3, 2023 10:06
[Script]Renew letsencrypt wildcard ssl cert for domain on name.com

[Script] Auto-Renew Wildcard Letsencrypt Certs for name.com

This tutorial can Auto-Renew wildcard letsencrypt certs for domain on name.com.

Wildcard certificates issued by letsencrypt.org need DNS TXT record to challenge, we can add TXT record manually when you apply the cert. If we want to automate it, we need to write a script that use the API of DNS provider to add TXT record. certbot has provided command argument --manual-auth-hook to pass the script.

Step 1: Get a API token

Get your own api token provided by name.com: https://www.name.com/account/settings/api.