mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 02:11:42 +02:00
Optimized LDAP implementation for Snipe-IT and implemented Mobilizon draft
This commit is contained in:
22
roles/docker-mobilizon/meta/main.yml
Normal file
22
roles/docker-mobilizon/meta/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Experience Mobilizon, an open-source event management platform that empowers communities to create, manage, and attend events with ease, prioritizing privacy and decentralization."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- mobilizon
|
||||
- docker
|
||||
- event-management
|
||||
- open-source
|
||||
repository: "https://s.veen.world/cymais"
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
logo:
|
||||
class: "fa-solid fa-calendar-days"
|
||||
run_after:
|
||||
- "docker-postgres"
|
9
roles/docker-mobilizon/meta/schema.yml
Normal file
9
roles/docker-mobilizon/meta/schema.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
credentials:
|
||||
secret_key_base:
|
||||
description: "Secret key base used to generate secrets for encrypting and signing data"
|
||||
algorithm: "alphanumeric"
|
||||
validation: "^[A-Za-z0-9]{64}$"
|
||||
secret_key:
|
||||
description: "Secret key used as a base to generate JWT tokens"
|
||||
algorithm: "alphanumeric"
|
||||
validation: "^[A-Za-z0-9]{64}$"
|
Reference in New Issue
Block a user