Subuid, Subgid and UID in Use
Listed here to make it easier to keep track of.
Subuid & Subgid
Momod defined values for per application subuid and subgid are derived from these:
- wgeasy_subuid_base: 1000000
- miniflux_subuid_base: 1065536
- radicale_subuid_base: 1131072
- vikunja_subuid_base: 1196608
- wallabag_subuid_base: 1262144
- seafile_subuid_base: 1327680
- homer_subuid_base: 1393216
- umami_subuid_base: 1458752
- kuma_subuid_base: 1524288
- invoiceninja_subuid_base: 1589824
- mealie_subuid_base: 1655360
- immich_subuid_base: 1720896
- willow_subuid_base: 1786432
- convos_subuid_base: 1851968
(Increment by 65536 for a new application user)
User id
Each user created to run a rootless Podman pod/container is assigned a UID:
- wgeasy_user_uid: 6000
- miniflux_user_uid: 6001
- UNUSED_user_uid: 6002
- vikunja_user_uid: 6003
- wallabag_user_uid: 6004
- seafile_user_uid: 6005
- homer_user_uid: 6006
- syncthing_user_uid: 6007
- umami_user_uid: 6008
- kuma_user_uid: 6009
- invoiceninja_user_uid: 6010
- mealie_user_uid: 6011
- immich_user_uid: 6012
- willow_user_uid: 6013
- convos_user_uid: 6014
(Increment by 1 for a new application user)
Some applications need the UID/GID to match the user inside the container
- radicale_user_uid: 2999