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 22 additions and 0 deletions

View file

@ -0,0 +1,19 @@
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.
[Unit]
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.
Description=Filebrowser Quadlet
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.
[Service]
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.
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.
TimeoutStartSec=900
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.
[Install]
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.
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]
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.
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.
ContainerName=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.
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:/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.
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.
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.
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.

View file

@ -0,0 +1,3 @@
[Volume]
VolumeName=fb-config
VolumeName=fb-branding