Added filebrowser #18

Merged
sudo-kraken merged 2 commits from features/filebrowser into main 2024-12-05 20:06:30 +00:00
2 changed files with 8 additions and 15 deletions
Showing only changes of commit b40b0df2a7 - Show all commits

View file

@ -6,20 +6,14 @@ Restart=always
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
TimeoutStartSec=900 TimeoutStartSec=900
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target default.target
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
[Container] [Container]
Image=docker.io/filebrowser/filebrowser:latest Image=docker.io/hurlenko/filebrowser:latest
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
ContainerName=filebrowser ContainerName=filebrowser
HostName=filebrowser
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
# You will have to manually create the config and db file on first run as it mounts files not dirs Volume=/path/to/what/you/want/to/share:/data:z
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
Volume=/path/to/what/you/want/to/share:/srv:z Volume=fb-config:/config:z
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
Volume=%h/.local/share/containers/storage/volumes/filebrowser-db/_data/database.db:/database.db:Z Volume=fb-branding:/branding:z
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
Volume=%h/.local/share/containers/storage/volumes/filebrowser-config/_data/.filebrowser.json:/.filebrowser.json:Z
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
Volume=filebrowser-branding:/branding
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
PublishPort=8008:8008 PublishPort=8008:8080
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
Environment=PUID=1000
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
Environment=PGID=1000
redbeardymcgee commented 2024-12-05 03:11:48 +00:00 (Migrated from github.com)
Review

I want to clarify what this is about and see if there's something we can do better about that.

There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is calibre-web because it wants a metadata.db from an existing calibre library. I added a README.md for that situation, but I seem to remember another one that needed to be bootstrapped.

I want to clarify what this is about and see if there's something we can do better about that. There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is `calibre-web` because it wants a `metadata.db` from an existing `calibre` library. I added a `README.md` for that situation, but I seem to remember another one that needed to be bootstrapped.
redbeardymcgee commented 2024-12-05 03:14:30 +00:00 (Migrated from github.com)
Review

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. podman should not require this anymore, and 1000 cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and 1000 is only correct if you are the only user on the system.

These are holdovers from an outmoded method of handling docker user/group stuff inside containers. `podman` should not require this anymore, and `1000` cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and `1000` is only correct if you are the only user on the system.
sudo-kraken commented 2024-12-05 07:35:34 +00:00 (Migrated from github.com)
Review

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.

View file

@ -1,4 +1,3 @@
[Volume] [Volume]
VolumeName=filebrowser-db VolumeName=fb-config
VolumeName=filebrowser-config VolumeName=fb-branding
VolumeName=filebrowser-branding