mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Implemented new standard domains for peertube and pixelfed
This commit is contained in:
parent
11b4fe5029
commit
829abab877
@ -107,9 +107,11 @@ redirect_domain_mappings:
|
|||||||
- { source: "bbb.{{top_domain}}", target: "meet.{{top_domain}}" }
|
- { source: "bbb.{{top_domain}}", target: "meet.{{top_domain}}" }
|
||||||
- { source: "short.{{top_domain}}", target: "s.{{top_domain}}" }
|
- { source: "short.{{top_domain}}", target: "s.{{top_domain}}" }
|
||||||
- { source: "mastodon.{{top_domain}}", target: "microblog.{{top_domain}}" }
|
- { source: "mastodon.{{top_domain}}", target: "microblog.{{top_domain}}" }
|
||||||
- { source: "peertube.{{top_domain}}", target: "videos.{{top_domain}}" }
|
- { source: "peertube.{{top_domain}}", target: "video.{{top_domain}}" }
|
||||||
|
- { source: "videos.{{top_domain}}", target: "video.{{top_domain}}" }
|
||||||
- { source: "funkwhale.{{top_domain}}", target: "music.{{top_domain}}" }
|
- { source: "funkwhale.{{top_domain}}", target: "music.{{top_domain}}" }
|
||||||
- { source: "pixelfed.{{top_domain}}", target: "pictures.{{top_domain}}" }
|
- { source: "pixelfed.{{top_domain}}", target: "picture.{{top_domain}}" }
|
||||||
|
- { source: "pictures.{{top_domain}}", target: "picture.{{top_domain}}" }
|
||||||
- { source: "matrix.{{top_domain}}", target: "chat.{{top_domain}}" }
|
- { source: "matrix.{{top_domain}}", target: "chat.{{top_domain}}" }
|
||||||
|
|
||||||
## Docker Applications
|
## Docker Applications
|
||||||
@ -130,9 +132,9 @@ domain_matomo: "matomo.{{top_domain}}"
|
|||||||
domain_matrix: "chat.{{top_domain}}"
|
domain_matrix: "chat.{{top_domain}}"
|
||||||
domain_mediawiki: "wiki.{{top_domain}}"
|
domain_mediawiki: "wiki.{{top_domain}}"
|
||||||
domain_nextcloud: "cloud.{{top_domain}}"
|
domain_nextcloud: "cloud.{{top_domain}}"
|
||||||
domain_pixelfed: "pictures.{{top_domain}}"
|
domain_pixelfed: "picture.{{top_domain}}"
|
||||||
domains_pixelfed: []
|
domains_pixelfed: []
|
||||||
domain_peertube: "videos.{{top_domain}}"
|
domain_peertube: "video.{{top_domain}}"
|
||||||
domains_peertube: []
|
domains_peertube: []
|
||||||
domain_roulette: "roulette.{{top_domain}}"
|
domain_roulette: "roulette.{{top_domain}}"
|
||||||
domain_attendize: "tickets.{{top_domain}}"
|
domain_attendize: "tickets.{{top_domain}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user