The user “radicale” needs access to the folder Permission denied says it clearly.
sudo chown -R radicale:radicale /var/lib/radicale
This should fix it
The user “radicale” needs access to the folder Permission denied says it clearly.
sudo chown -R radicale:radicale /var/lib/radicale
This should fix it
There a few alternatives on Go European
Just type duolingo in the search field.l I did not know, that there are so many language learning apps 🤔
I know about Babbel, but there are so many like Aimigo or Mondly
Never had problems with Hetzner 🤔
Glad you found a good VPS 👍
I rent the ARM VPS in Nürnberg, cheap and high performance. I don’t have any issues. Last time I had issues was with Contabo VPS. My main server is a dedicated one at Hetzner. Can recommend this one too.
A few people I know are using IONOS or Netcup for webhosting. They offer a lot more than just webhosting, if anyone needs a VPS, go for Netcup.
Maybe you can checkout European alternatives too to find what you are looking for 😊
Not directly, only if features get added or the API changes. The API will change woth v1.0 afaik
I read something about it in the blog entry
It does not need an update for every Lemmy version, but in the last ones were new features for admins and mods. Apps need to support them. It is good to hear, he is developing on a new version, I like Boost for Lemmy. It was just a long time since the last update.
As you said, it is hard to keep timelines if you are a single dev. But an update every quarter would be nice.
I am looking at the dates when installing an app. I would not install an app last updated a year ago. They seem dropped to me
There is enough to update, seems like it when I scroll through the Boost community (bugfixes, new features)… Last update mentioned Lemmy 0.19.4, now we have 0.19.10. With v1.0 there will be new features like OIDC.
Software is never “done”
Boost has one more point to update regularly: he earns money with it. If you don’t pay for it, you get ads. That’s okay, but by paying for an app I want regular updates. I bought Boost to support the development
I like regular updated software. Don’t know if it is still an active project
Currently I use Boost for Lemmy, I even bought it to support it. Sadly there was no update since last july 😐
Edit: typo
No, because MONITOR_ONLY is for all
It is very easy. Here is my compose:
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
command: --interval 10800
logging:
driver: local
environment:
WATCHTOWER_NOTIFICATION_URL: gotify://
WATCHTOWER_NOTIFICATIONS_HOSTNAME: Fancy name
WATCHTOWER_MONITOR_ONLY: true
WATCHTOWER_WARN_ON_HEAD_FAILURE: never
Every 3 hours it will check for updates, send a message via Gotify and pull the new images. It will not restart the containers with the new images.
I only let me notify about updates. I don’t want autoupdates, because some projects may have breaking changes (looking at you Immich 😁)
I get a message from watchtower over Gotify and then I can read the changelog
Mastodon is my preference 😊 I really like my timeline
Yes Oauth 2 support is what I meant
Gmail support was introduced to K-9 mail as one of the first features after Thunderbird took over ☝🏻
Only the name and design, that’s all.
I wouldn’t move back to Redis again. Switched to Valkey and it was very easy. Never had any problems 😊