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