Rodti MacLeary
Rodti MacLeary
+1 for this. Is it possible to configure content for the root / of the site served by ActivityRelay, or will it always be stuck showing a 404 error? It...
A good example of this is Yukimochi's own relay. The URL https://relay.toot.yukimochi.jp/ serves an information page, but the endpoints are at https://relay.toot.yukimochi.jp/inbox and https://relay.toot.yukimochi.jp/actor. Is the information page being served...
I thought it might be possible to have specific proxy_pass clauses for /actor and /inbox which pass through to the relay, and a separate one for / serving static content....
Fixed! If I use the following then I can serve an index.html file from the /var/lib/relay folder (where my config.yml lives), with the endpoints also functioning correctly. ``` location =...
> I have 192.168.X.* (docker network) and 192.168.Y.* (home network) at my house. > > I'm not an expert but i believe 192.168.0.0/16 would cover both X and Y octets....
> Is it possible that they would all have normally expired? I had them set for either 1 or 3 years, all were set within the last year. What's amusing...
> That's surprising… my only lead so far is indeed #19456 removing duplicates, but it should keep one of each anyway. I don't understand yet what else could have happened....
> > Thinking out loud here, but is it possible they're still there but not being displayed? > > I don't think so. If you want to be sure, I...
> `rails db:migrate` probably I did run db:migrate as part of the upgrade which didn't give any errors. This happens on two separate instances.