# Twtxt is an open, distributed microblogging platform that # uses human-readable text files, common transport protocols, # and free software. # # Learn more about twtxt at https://github.com/buckket/twtxt # # This is hosted by a Yarn.social pod twtxt.net running yarnd edge@01d177d2 # Learn more about Yarn.social at https://yarn.social # # nick = screem # url = https://twtxt.net/user/screem/twtxt.txt # avatar = https://twtxt.net/user/screem/avatar#4jeq5rnjdga23vazlmpeoyoth5i52kunuguupx77mxf2w3u7es7a # description = # # followers = 2 # following = 6 # # # follow = justamoment https://twtxt.net/user/justamoment/twtxt.txt # follow = mckinley https://twtxt.net/user/mckinley/twtxt.txt # follow = news https://twtxt.net/user/news/twtxt.txt # follow = prologic https://twtxt.net/user/prologic/twtxt.txt # follow = screem https://twtxt.net/user/screem/twtxt.txt # follow = support https://twtxt.net/user/support/twtxt.txt # 2022-04-17T04:43:09Z It's official, [yarnpods](https://yarn.yarnpods.com) is officially coming off of apache2 because I've completely fucked the reverse proxying 😂 Now the question is, is Nginx of Traefik easier to learn? 2022-04-17T04:45:22Z (#th6zxhq) This will also give me the opportunity to setup the docker-compose file to include yarnd as well as Gitea. 2022-04-17T04:56:26Z (#th6zxhq) Nevermind, decided Traefik would fit best as I don't necessarily need a web server on my server, this can be handled inside docker. 2022-04-17T09:05:45Z (#th6zxhq) @ I'll definitely take a look!

@ I'm hoping with Traefik it's only a few things to do in config for the reverse proxy to Docker containers 😂 Apache unfortunately is a bit...dated

Got Traefik working for port 80 and the dashboard on 8080 for now. Will continue this after the little one is in bed 2022-04-17T12:31:17Z (#th6zxhq) @ I'm right there with you!

@ So, I'm guessing a config file may be an easier way to manage all of these? 2022-04-17T13:55:03Z (#th6zxhq) I think I'm going to need a course on how to correctly define services, routers and just everything Traefik. This is making my brain implode 😅