Add GoToSocial to hubsite
This commit is contained in:
parent
1605ca2539
commit
fc4f415d96
1 changed files with 10 additions and 0 deletions
|
@ -1248,6 +1248,14 @@ hubsite_service_gitea_logo_location: "{{ role_path }}/assets/gitea.png"
|
|||
hubsite_service_gitea_description: "A git service"
|
||||
hubsite_service_gitea_priority: 1000
|
||||
|
||||
# GoToSocial
|
||||
hubsite_service_gotosocial_enabled: "{{ gotosocial_enabled }}"
|
||||
hubsite_service_gotosocial_name: GoToSocial
|
||||
hubsite_service_gotosocial_url: "https://{{ gotosocial_hostname }}"
|
||||
hubsite_service_gotosocial_logo_location: "{{ role_path }}/assets/gotosocial.png"
|
||||
hubsite_service_gotosocial_description: "A fediverse server"
|
||||
hubsite_service_gotosocial_priority: 1000
|
||||
|
||||
# Miniflux
|
||||
hubsite_service_miniflux_enabled: "{{ miniflux_enabled }}"
|
||||
hubsite_service_miniflux_name: Miniflux
|
||||
|
@ -1293,6 +1301,8 @@ hubsite_service_list_auto: |
|
|||
{{
|
||||
([{'name': hubsite_service_gitea_name, 'url': hubsite_service_gitea_url, 'logo_location': hubsite_service_gitea_logo_location, 'description': hubsite_service_gitea_description, 'priority': hubsite_service_gitea_priority}] if hubsite_service_gitea_enabled else [])
|
||||
+
|
||||
([{'name': hubsite_service_gotosocial_name, 'url': hubsite_service_gotosocial_url, 'logo_location': hubsite_service_gotosocial_logo_location, 'description': hubsite_service_gotosocial_description, 'priority': hubsite_service_gotosocial_priority}] if hubsite_service_gotosocial_enabled else [])
|
||||
+
|
||||
([{'name': hubsite_service_miniflux_name, 'url': hubsite_service_miniflux_url, 'logo_location': hubsite_service_miniflux_logo_location, 'description': hubsite_service_miniflux_description, 'priority': hubsite_service_miniflux_priority}] if hubsite_service_miniflux_enabled else [])
|
||||
+
|
||||
([{'name': hubsite_service_nextcloud_name, 'url': hubsite_service_nextcloud_url, 'logo_location': hubsite_service_nextcloud_logo_location, 'description': hubsite_service_nextcloud_description, 'priority': hubsite_service_nextcloud_priority}] if hubsite_service_nextcloud_enabled else [])
|
||||
|
|
Loading…
Add table
Reference in a new issue