minus-squareEpicStuff@lemmy.catoProgramming@programming.dev•Stay Out Of My (Project) $HOMElinkfedilinkEnglisharrow-up2·3 months agoI tried to “fix” this using xdg-ninja but then gave up and resorted to just creating a .home in ~ then running usermod -d ~/.home. Then I just symlinked my documents and .config and etc. folders to my “real” home. linkfedilink
minus-squareEpicStuff@lemmy.catoSelfhosted@lemmy.world•Which reverse proxy do you use/recommend?linkfedilinkEnglisharrow-up2·8 months agoI want to just mention frp, I use it to get around firewalls linkfedilink
I tried to “fix” this using xdg-ninja but then gave up and resorted to just creating a
.home
in~
then runningusermod -d ~/.home
. Then I just symlinked my documents and .config and etc. folders to my “real” home.