test01 #1

Merged
pi-farm merged 18 commits from test01 into dev 2026-04-09 09:34:33 +00:00
Showing only changes of commit 450e65e647 - Show all commits

View File

@@ -2,7 +2,7 @@
BUILD_BASE_IMAGE=debian:bookworm BUILD_BASE_IMAGE=debian:bookworm
BUILD_COUNTRY=de BUILD_COUNTRY=de
BUILD_TAG=bookworm-de BUILD_TAG=bookworm-de
BUILD_TAG_LATEST=y BUILD_TAG_LATEST=n
BUILD_LANG=de_DE.UTF-8 BUILD_LANG=de_DE.UTF-8
BUILD_LANGUAGE=de_DE:de BUILD_LANGUAGE=de_DE:de
BUILD_LC_ALL=de_DE.UTF-8 BUILD_LC_ALL=de_DE.UTF-8
@@ -12,16 +12,16 @@ BUILD_APP_NAME=base-image-debian-rdp-ldap
BUILD_APP_VERSION=1.0.0 BUILD_APP_VERSION=1.0.0
PUSH=gitea PUSH=gitea
## ENV STAGE (Wichtig für deinen Gitea-Workflow) ## ENV STAGE
ENV_SSSD_DEBUG_LEVEL=5 ENV_SSSD_DEBUG_LEVEL=5
ENV_LDAP_URI=ldap://10.0.2.123:389 ENV_LDAP_URI=ldap://YOUR-LDAP-SERVER:389
ENV_LDAP_BASE_DN=dc=pi-farm,dc=de ENV_LDAP_BASE_DN=dc=YOUR-DOMAIN,dc=LOC
ENV_LDAP_BIND_DN=cn=admin,dc=pi-farm,dc=de ENV_LDAP_BIND_DN=cn=YOUR-BIND-USER,dc=YOUR-DOMAIN,dc=LOC
ENV_LDAP_BIND_PASSWORD=YOUR-SUPER-SECRET-PASSWORD ENV_LDAP_BIND_PASSWORD=YOUR-SUPER-SECRET-BIND-PASSWORD
ENV_LDAP_SUDO_GROUP=sudo_users ENV_LDAP_SUDO_GROUP=YOUR-SUDO-USERS-GROUP
## DOCKER / COMPOSE CONFIG ## DOCKER / COMPOSE CONFIG
VOL_HOME=./home:/home VOL_HOME=./YOUR-PERSISTENT-FOLDER:/home
PORT_RDP=3889 PORT_RDP=3889
DESCRIPTION="Debian Desktop with LDAP-Auth, Gitea-Workflow compatible" DESCRIPTION="Debian Desktop with LDAP-Authentication. To use behind Guacamole with LDAP-Authentication and pass-through to Debian-Desktop."