PrivateNoob

joined 1 year ago
[–] PrivateNoob@sopuli.xyz 2 points 3 months ago

Well probably the average Joe may not even know what a server is, not even being able to chose a server which is the best suited for him.

[–] PrivateNoob@sopuli.xyz 4 points 3 months ago

Well that's definitely true in some areas, like the search bar (it's just awful, not non-intuitive).

[–] PrivateNoob@sopuli.xyz 5 points 3 months ago

Dayum okay that really slaps.

[–] PrivateNoob@sopuli.xyz 35 points 3 months ago (14 children)

I don't think there's really going to be some noticeable influx, but I hope so. Even though Lemmy isn't nearly intuitive as it could be, but it did improve atleast by some degree.

[–] PrivateNoob@sopuli.xyz 1 points 3 months ago

Well that can be understandable, but AFAIK podman generate still works, so if you can't do something with Quadlet, then you can stays with generate until then. For example, I'm using Quadlet and now podman generate too since my Rocky 9 podman can't be upgraded to podman 5 which means no pod support for you.

[–] PrivateNoob@sopuli.xyz 1 points 3 months ago

Gotcha right there

[–] PrivateNoob@sopuli.xyz 10 points 3 months ago* (last edited 3 months ago)

I'm a pretty Podman novice guy too but I'm running quadlets since it automatically creates and runs these containers just like the other services would be with systemd. In terms of networking I can usually access to my container via publishing a port and using the PC's IP where the container is running, and this is the default network that Podman uses initially.

I have a Jellyfin quadlet config, that may help you. I've had numerous sufferings to make a working one, but here you go (These 3 files are in ~/.config/containers/systemd/jellyfin):

Description=Jellyfin Media Server
After=network.target

[Container]
Image=lscr.io/linuxserver/jellyfin:latest
PublishPort=8096:8096
Volume=jellyfin-config.volume:/config:Z
Volume=jellyfin-cache:/cache:Z
Volume=/home/USERNAME/media/storage1/Filmek:/data/Filmek:Z,U
Volume=/home/USERNAME/media/storage1/Sorozatok:/data/Sorozatok:Z,U

[Service]
Restart=on-failure

[Install]
WantedBy=default.target
[Unit]
Description=Jellyfin Cache Volume

[Volume]
[Unit]
Description=Jellyfin Config Volume

[Volume]

Please do ask questions if you have any. ^^

[–] PrivateNoob@sopuli.xyz 11 points 3 months ago (4 children)

Would you like to be treated like that?

[–] PrivateNoob@sopuli.xyz 9 points 3 months ago (1 children)

There are examples in the blog.

[–] PrivateNoob@sopuli.xyz 1 points 3 months ago

Ahh so that is the main tech Bottles and Flatpak uses then, right? Good to know.

[–] PrivateNoob@sopuli.xyz 1 points 3 months ago (2 children)

Oh I haven't heard of bubblewrap before. What's that?

view more: ‹ prev next ›