It works very well with the wireless adapter, see this comment for a great long explanation
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 ☺️
I don’t use swiping, I have no clue 😅
Try Heliboard
It is a fork of openboard. Openboard is basically dead
I love Heliboard it is a fork from Openboard. It has themes and is 100% offline
Try Photoview simple selfhosted gallery. Needs only reading permissions on a folder. It creates a gallery based on your folder structure ☺️
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
sudo passwd myname
changes the password of the user myname and allows unsecure passwords
passwd
changes the password of the active user and disallows unsecure passwords
sudo passwd
changes the password of the root account
There is a flatpak available for Telegram if you need it 😃
Had no problems even on KDE spin. Upgrade from KDE 5 to 6 went smooth
I had the same problem with Fedora, as I started to use it as my server OS for my homelab. SELinux can be tricky, expect the same if you ever run FTP. Webservers are different too. Bookmark the Fedora dics, they are very useful ☺️
You can disable SELinux completly if you struggle too much. Firewalld is another part to learn, but you can switch easily to ufw if you want. Uninstall firewalld and install ufw
Did you read the docs about SELinux? Maybe this will help you
Firewall and SELinux can mess up FTP and SMB
Very informative, useful… good work 👍
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