All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login

All New Register Login

All gists matching topic dotfiles

Recently created
Least recently created
Recently updated
Least recently updated
veryroundbird's Avatar

veryroundbird / serversetup.sh

0 likes
0 forks
1 files
Last active 1 month ago
dotfiles
1 !#/usr/bin/env bash
2
3 # mostly for setting up stuff with php and/or js-based stacks
4
5 # add caddy repos
6 apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
7 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
8 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
9 chmod o+r /usr/share/keyrings/caddy-stable-archive-keyring.gpg
10 chmod o+r /etc/apt/sources.list.d/caddy-stable.list
Newer Older

Powered by Opengist ⋅ Load: 7ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ softerror