sysadmin / Debian Docker Compose
0 curtidas
0 bifurcações
1 arquivos
Última atividade
Get docker and the docker compose plugin setup on Debian 12
Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
Add the repository to Apt sources:
sysadmin / Nginx Proxy Manager Proxy Hosts Backup
0 curtidas
0 bifurcações
1 arquivos
Última atividade
Quick easy backup proxy host info *under conditions
I've had npm instances completely implode on me before and hated having to remember all the proxy hosts. If you can still access the npm system and the sqlite file you can run this command to get a list displayed.
sqlite3 /data/database.sqlite "SELECT id, domain_names, forward_host, forward_port FROM proxy_host;"
if sqlite isn't installed (some containers use just a sqlite file), install it:
sudo apt -y install sqlite3
sysadmin / Homepage plus code-server
0 curtidas
0 bifurcações
3 arquivos
Última atividade
ez pz lemon squeazy dash board
1 | PUID=1000 |
2 | PGID=1000 |
3 | UMASK=0022 |
4 | TZ=Etc/UTC |
5 | DROOT=/home/sysadmin/dock |
6 | DSOCK=/var/run/docker.sock |
7 | DAPPS=/home/sysadmin/dock/apps |
8 | CS_PWD=Password123! |
Próximo
Anterior