mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-10 12:27:15 +02:00
Compare commits
3 Commits
8cd7379419
...
b76f0e2190
Author | SHA1 | Date | |
---|---|---|---|
b76f0e2190 | |||
7a42e6d9ce | |||
a918dbfe03 |
@@ -19,7 +19,7 @@ defaults_service_provider:
|
||||
bluesky: >-
|
||||
{{ ('@' ~ users.contact.username ~ '.' ~ domains.bluesky.api)
|
||||
if 'bluesky' in group_names else '' }}
|
||||
email: "{{ users.contact.username ~ '@' ~ domains | get_domain('mailu') if 'mailu' in group_names else '' }}"
|
||||
email: "{{ users.contact.username ~ '@' ~ primary_domain if 'mailu' in group_names else '' }}"
|
||||
mastodon: "{{ '@' ~ users.contact.username ~ '@' ~ domains | get_domain('mastodon') if 'mastodon' in group_names else '' }}"
|
||||
matrix: "{{ '@' ~ users.contact.username ~ ':' ~ domains.matrix.synapse if 'matrix' in group_names else '' }}"
|
||||
peertube: "{{ '@' ~ users.contact.username ~ '@' ~ domains | get_domain('peertube') if 'peertube' in group_names else '' }}"
|
||||
|
@@ -10,10 +10,7 @@ galaxy_info:
|
||||
galaxy_tags:
|
||||
- espocrm
|
||||
- crm
|
||||
- docker
|
||||
- sales
|
||||
- ldap
|
||||
- oidc
|
||||
repository: "https://s.veen.world/cymais"
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Nextcloud Server
|
||||
# Nextcloud
|
||||
|
||||
## Description
|
||||
|
||||
|
@@ -21,9 +21,9 @@ portfolio_menu_categories:
|
||||
tags:
|
||||
- project
|
||||
- kanban
|
||||
- management
|
||||
- openproject
|
||||
- taiga
|
||||
- espocrm
|
||||
|
||||
Social Media:
|
||||
description: "Social Media Tools"
|
||||
@@ -36,7 +36,6 @@ portfolio_menu_categories:
|
||||
- music platform
|
||||
- social network
|
||||
- bluesky
|
||||
- friendica
|
||||
- funkwhale
|
||||
- mastodon
|
||||
- peertube
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Sphinx Documentation
|
||||
# Sphinx
|
||||
|
||||
## Description
|
||||
|
||||
|
@@ -3,7 +3,6 @@ galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: >
|
||||
Streamline your online presence with YOURLS — a nimble, open‑source URL shortener that empowers you to create, track, and manage short links effortlessly.
|
||||
This containerized deployment integrates centralized MariaDB support and a customizable environment, ensuring a secure and scalable solution for all your link management needs.
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
|
Reference in New Issue
Block a user