Frederic Hemberger
Frederic Hemberger
We could add automatic redirection to the localized version based on the user's 'Accept-Language' header settings. There's an nginx module for that: http://wiki.nginx.org/AcceptLanguageModule
@rvagg I thought we were planning to remove the site altogether (#432)?
@Gargron Would it be enough to switch on [`config.force_ssl = true`](https://github.com/tootsuite/mastodon-bridge/blob/master/config/environments/production.rb#L39) in production to make the bridge HTTPS only and fix this issue?
A couple of those issues are worth discussing. And as some are already a bit older, a simple "No, we won't do that" or "We came up with a different...
When using Contentful, the costs for 10 locales would be $879/month. Do we have a budget for this? Also managing many pages/content blocks in Contentful is IMHO a bit inconvenient,...
I had the same issue: I noticed there was absolutely nothing being tracked in Piwik starting March, 24th (so it seems to be related to the 2.12.0 release). I didn't...
Same issue here (though in different lines): ``` 2017-04-08 16:27:08.918414500 Tweeting any toots after toot 2017-04-08 16:27:08.918416500 Tooting any tweets after tweet 2017-04-08 16:27:08.918416500 Updated expected short URL length: Is...
Same with the latest master and Postgres 14.10: ``` Title: `Index out of bounds (IndexError)` Date: `2023-12-19T07:46:13Z` Route: `/preferences?referer=%2Ffeed%2Fpopular` Version: `2023.12.18-97c4165 @ master` Backtrace \``` Index out of bounds (IndexError)...
## Prerequisites SQL dumps/docker-entrypoint.sh taken from: - https://github.com/iv-org/invidious/tree/master/config/sql - https://github.com/iv-org/invidious/blob/master/docker/init-invidious-db.sh ## Ansible tasks ``` - name: Start Postgres community.docker.docker_container: container_default_behavior: no_defaults detach: yes env: POSTGRES_DB: invidious POSTGRES_PASSWORD: "##REDACTED##" POSTGRES_USER: "invidious"...
Same effect with `postgres:14` Docker image.