Peder Bergebakken Sundt

Results 156 comments of Peder Bergebakken Sundt

Have you set the DNS as decribed in the wiki? https://github.com/pbsds/hatena-server/wiki/How-to-connect-to-a-flipnote-server Nintendo recently closed down their server, which does authentification and the like. The custom DNS is a fix for...

I'm unable to recreate the issue on my end. Changes to Twisted or Zope might have affected how the server works. It never was the most stable anyway. I often...

I really have no idea what could be causing it

The `-` is kind of expected, although a bit unintuitive. The common way for unix cli tools to escape positional arguments that happen to start with a `-` is to...

huh. This is a cursed solution, but i just managed to make it work by replacing the `open-file` with this (header included): ``` sheet col row longname input keystrokes comment...

Any interest in implementing "possible solution" number 3? This is for me a major pain point still.

Most reverse-proxy solutions has the ability to strip a prefix from the url path, but this doesn't work due to owncast linking to its assets with absolute paths (starting with...

The alternative is to host it behind a separate domain name. Nginx and traefik is able to route this.

Perhaps a list of special "append/prepend only" environment variables is in order? Such a solution may scale much better than `PATH_add`