1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00
Services network for the RYG community
Find a file
2020-06-26 02:41:59 +02:00
wikipack __magic__ 2020-06-26 02:41:59 +02:00
.gitignore Initial commit 2020-06-21 16:38:25 +02:00
poetry.lock First wikipack Commit 2020-06-22 03:58:55 +02:00
publish.bat publish: 1.0.0 2020-06-22 18:29:02 +02:00
pyproject.toml __magic__ 2020-06-26 02:41:59 +02:00
README.md Stuffy stuff 2020-06-22 18:08:09 +02:00

wikipack

This pack adds a small Wiki to Royalnet, allowing communities to create their own small Wikis.

Configuration options

[Packs."wikipack"]

# The roles that are authorized by default to complete certain actions.
# Setting them to * disables the authentication requirement, allowing unauthenticated users that privilege
[Packs."wikipack".roles]

# Users with this role will be able to view wiki pages that do not have a different role set.
view = "*"

# Users with this role will be able to create new wiki pages.
create = "wiki_create"

# Users with this role will be able to edit wiki pages that do not have a different role set.
edit = "wiki_edit"

# Users with this role will be able to delete wiki pages.
delete = "wiki_delete"

# Users with this role will override all other privileges.
admin = "wiki_admin"