SvartrShell
SvartrShell
> Some observations: > > 1. The change of `all=https://` did fix your networking, as now the restream is actually opened using direct play: > > > ``` > [2024-03-28...
ok, well this is a pretty weird way of handling proxies - i have sort of got it working - i had to set the `ETESYNC_LISTEN_ADDRESS` to `host.domain.com` and then...
> Yeah, it's indeed annoying. Unfortunately we rely on a 3rd party server (radicale) and that's how it's configured there. We could probably make it better, but haven't found a...
id also like to be able to change this from the default
Would also love this, have to have 2 launchers installed just to use this currently
Ill add the output of the logs when it next crashes but my instance has started doing this this week - seems to happen after allowing autoplay to move onto...
> fixed by deleting couple of columns from project__view: ` PRAGMA foreign_keys = OFF; > > DROP TABLE IF EXISTS temp_backup; > > CREATE TABLE temp_backup ( id INTEGER, title...
> Those using mysql or mariadb could try using: - alter table project__view drop hidden, drop type, drop filter, drop sort_column, drop sort_reverse; > > If you are using docker...