

Gmail support was introduced to K-9 mail as one of the first features after Thunderbird took over ☝🏻
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.
Don’t know what it is. I use openwebui in docker with ollama on my host. It runs fine. Same configuration with perplexica does not work. But I am not the only one with this problem 🤔
Seems it can not be used locally with ollama 😔
The only alternative Perplexica is not working properly, many unresolved issues on Github about the endless spinning wheel…
Valkey is maintained by the Linux foundation Based on the last opensource redis 7.2 with many improvements
KeyDB is a project by Snapchat afaik 🤔
I use Valkey and even Fedora has it in the repos. No problems so far, even changing Docker compose files to valkey works without issues 😌
Yes the official wireless adapter from Microsoft. Xpadneo makes it work with Linux, you can fully use the controller with the original wireless adapter. Only audio is not working
It works very well with the wireless adapter, see this comment for a great long explanation
I prefer KDE since a started with Linux
Fedora 41 works with nvidia and secure boot. For your controller take a look at Xpadneo works fine with the wireless controller ☺️
If you want an easy setup, then you can try Davis. It has CardDAV, CalDAV and WebDAV ☺️
Floocus is what you are looking for. It can store the file on any webdav, gdrive, git or Nextcloud storage. I use it to sync my bookmarks between Browsers and systems
Uuuuund beigetreten ☺️
If you only want to start 1 service of your entire compose file just use the name in the service section. No need to comment out everything else. For Lemmy it would be: docker compose up -d postgres
This will only start the postgres container of this stack. Glad you found a way which worked for you ☺️
You need to export your DB and impirt it again. You can not simply upgrade. Switch back to v15 and make a dump.
Here is a little guide.
Pict-rs can be upgraded simply. Edit your docker-compose.yml and spin it up. After tge upgrade is complete, you can do the postgres upgrade
No I just replaced the image tag. Pictrs will do the upgrade itself.
Thanks, I edited the compose file. I overlooked this one. The docker-compose example for Lemmy on Github still has the old ENV. Maybe this one should be edited too
Set image tag in pictrs section to 0.5 and change to the new ENV format described in the docs of pictrs. At last start only the pictrs container docker compose up -d pictrs
Here is my example in the new formaz. Be aware it is just an example ☝🏻
pictrs:
image: asonix/pictrs:0.5
container_name: lemmy-pictrs
# this needs to match the pictrs url in lemmy.hjson
hostname: pictrs
# we can set options to pictrs like this, here we set max. image size and forced format for conversion
# entrypoint: /sbin/tini -- /usr/local/bin/pict-rs -p /mnt -m 4 --image-format webp
environment:
- PICTRS_OPENTELEMETRY_URL=http://otel:4137
- PICTRS__SERVER__API_KEY=redacted
- RUST_LOG=info
- RUST_BACKTRACE=full
- PICTRS__MEDIA__VIDEO__VIDEO_CODEC=vp9
- PICTRS__MEDIA__ANIMATION__MAX_WIDTH=256
- PICTRS__MEDIA__ANIMATION__MAX_HEIGHT=256
- PICTRS__MEDIA__ANIMATION__MAX_AREA=65536
- PICTRS__MEDIA__ANIMATION__MAX_FRAME_COUNT=400
user: 991:991
volumes:
- ./volumes/pictrs:/mnt:Z
restart: always
logging: *default-logging
deploy:
resources:
limits:
memory: 690m
You can use Floccus for this. Perfect with Nextcloud, but works with any WebDAV too ☝🏻
Linkwarden is more for archiving and tagging than sharing
Yes Oauth 2 support is what I meant