![](https://lemmy.fedifriends.social/pictrs/image/2dba6d1d-1853-42cf-8057-b3c22d770785.png)
![](https://lemmy.ml/pictrs/image/a64z2tlDDD.png)
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 😌
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 😌
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
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
Never had problems with paperless-ngx, but here is an alternative: papermerge ☺️
Cloudbeaver is a universal tool for connecting and working with databases. MariaDB, MySQL, Postgres and many more. Multiusersupport and SSH tunnels are possible too. It is the Webversion of DBeaver. The community edition is free and sources are on github.
Most people are not even using the integrated search functions. Look at selfhosted groups here in Lemmy. Most people are starting a new thread asking for the same thing instead of using the search. Best example would be “note taking app”
500x the same answers, but everytime someone starts a new thread because they want to ask about “note taking app with fearure x” They are just too lazy to test a few apps themselves 🙄
It seems that only a few people are even reading through the awesome-selfhosted list
If those 2 easy things are not used, a search engine for better filtering is not used too imo 🤔
How is it compared to Matrix? Benefits? It seems easy to setup, even without docker. Is it encrypted too?
A few days ago the megathread was released
I love Tabby
Multiplatform, customizable, featurerich and has plugins (docker etc.)
I recently switched from Firefox to Floorp. It is based on Firefox ESR and customizable like Vivaldi. Only downside is, there is no mobile version
The name is the same as the terminal application Tabby 🤔
This will cause confusion
I really like the weather app “Rain” for Android 🥰
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 🤔