first commit

This commit is contained in:
Stefano Manfredi
2025-12-01 14:58:40 +00:00
commit 2866bff217
28 changed files with 5515 additions and 0 deletions

14
jspwiki-custom.properties Normal file
View File

@@ -0,0 +1,14 @@
# Application settings
jspwiki.applicationName = Wiki
jspwiki.workDir = /var/jspwiki/work
jspwiki.pageProvider = VersioningFileProvider
# User and group databases (synced from LLDAP)
jspwiki.xmlUserDatabaseFile = /var/jspwiki/etc/userdatabase.xml
jspwiki.xmlGroupDatabaseFile = /var/jspwiki/etc/groupdatabase.xml
# Container authentication - trust Remote-User header from Authelia
jspwiki.security.container.auth = true
# Note: Pages are stored in the default location /var/jspwiki/pages
# The entire /var/jspwiki directory is persisted via Docker volume