mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Renamed some web apps to web servicesy
This commit is contained in:
7
roles/web-svc-xmpp/README.md
Normal file
7
roles/web-svc-xmpp/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# XMPP
|
||||
This role needs to be implemented
|
||||
- https://hub.docker.com/r/ejabberd/ecs/
|
||||
- https://docs.ejabberd.im/CONTAINER/
|
||||
- https://github.com/processone/web-app-ejabberd
|
||||
- https://chatgpt.com/c/67988a80-0764-800f-b1bb-9ae94ad46860
|
||||
- https://conversejs.org/
|
7
roles/web-svc-xmpp/config/main.yml
Normal file
7
roles/web-svc-xmpp/config/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# xmpp is more a service then a app with ui interface. @todo Rename it
|
||||
features:
|
||||
logout: false # Reactivated as soon as xmpp is fully implemented
|
||||
server:
|
||||
domains:
|
||||
canonical:
|
||||
- xmpp.{{ PRIMARY_DOMAIN }}
|
23
roles/web-svc-xmpp/meta/main.yml
Normal file
23
roles/web-svc-xmpp/meta/main.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birchenbach"
|
||||
description: "Stub role for deploying an XMPP server/container—implementation pending."
|
||||
license: "Infinito.Nexus NonCommercial License"
|
||||
license_url: "https://s.infinito.nexus/license"
|
||||
company: |
|
||||
Kevin Veen-Birchenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- xmpp
|
||||
- chat
|
||||
- stub
|
||||
repository: "https://s.infinito.nexus/code"
|
||||
issue_tracker_url: "https://s.infinito.nexus/issues"
|
||||
documentation: "https://s.infinito.nexus/code/tree/main/roles/web-svc-xmpp"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Any
|
||||
versions:
|
||||
- all
|
||||
dependencies: []
|
3
roles/web-svc-xmpp/templates/configuration.yml.j2
Normal file
3
roles/web-svc-xmpp/templates/configuration.yml.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
# Jinja2 configuration template
|
||||
# Define your variables here
|
||||
|
1
roles/web-svc-xmpp/vars/main.yml
Normal file
1
roles/web-svc-xmpp/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: web-svc-xmpp
|
Reference in New Issue
Block a user