Explore >> Select a destination


You are here

neilzone.co.uk
| | www.timnolte.com
10.7 parsecs away

Travel
| | This guide can be followed for setting up a brand new #Mastodon instance on #Oracle Cloud Infrastructure, if you are just getting started, but the second half will be more focused on moving an existing instance over from another hosting provider. #HowTo #OCI #arm64 #Ubuntu #DigitalOcean
| | blog.thms.uk
8.6 parsecs away

Travel
| | Several optimisations and changes I've made to my single user mastodon instance.
| | avdi.codes
13.7 parsecs away

Travel
| | So I've been getting up to speed on the Mastodon codebase. Here are some notes on getting to green tests locally. Aside: I generally prefer, in order: Improve a project so it needs less documentation to get up-and-contributing. Improve a project's documentation. Create external documentation. I am working on (1). I am also working (2),
| | joshuarogers.net
50.7 parsecs away

Travel
| Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstre...