pajaro
TTCTheo's Typesafe Cult
•Created by haitam on 5/12/2023 in #questions
How do you self host your projects in a vps
bash is mostly tips and tricks
36 replies
TTCTheo's Typesafe Cult
•Created by haitam on 5/12/2023 in #questions
How do you self host your projects in a vps
pretty sure*
36 replies
TTCTheo's Typesafe Cult
•Created by haitam on 5/12/2023 in #questions
How do you self host your projects in a vps
do you like..
&&
all the things?36 replies
TTCTheo's Typesafe Cult
•Created by haitam on 5/12/2023 in #questions
How do you self host your projects in a vps
does the "renaming things into place" strategy work well?
36 replies
TTCTheo's Typesafe Cult
•Created by haitam on 5/12/2023 in #questions
How do you self host your projects in a vps
wrt script 2, you can use
set -e
at the top to avoid having to use &&
on everything
(the script will exit if something fails,
if something can fail safely, you can use || true
to prevent this)36 replies
TTCTheo's Typesafe Cult
•Created by haitam on 5/12/2023 in #questions
How do you self host your projects in a vps
re: script #1, pretty much you can just
source .env
36 replies
TTCTheo's Typesafe Cult
•Created by haitam on 5/12/2023 in #questions
How do you self host your projects in a vps
doesn't have to be, pretty sure you have to pay for private ones on dockerhub but private ones are free on gitlab (not sure about github though)
36 replies