ref(linkding): Replace shaarli with linkding

Deprecate shaarli and remove it from the default site setup.
This commit is contained in:
Marty Oehme 2025-03-15 23:42:30 +01:00
parent 33d19e9373
commit 274b314a9e
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 2 additions and 7 deletions

View file

@ -8,7 +8,7 @@ linkding_use_https: true
linkding_autoupdate: true linkding_autoupdate: true
# the subdomain link linkding will be reachable under # the subdomain link linkding will be reachable under
subdomain_alias: ld subdomain_alias: links
# initial superuser creation # initial superuser creation
linkding_username: linkdinger linkding_username: linkdinger

View file

@ -8,7 +8,7 @@ shaarli_use_https: true
shaarli_autoupdate: true shaarli_autoupdate: true
# the subdomain link shaarli will be reachable under # the subdomain link shaarli will be reachable under
subdomain_alias: links subdomain_alias: shaarli
# should we back up the data? # should we back up the data?
shaarli_backup_enable: true shaarli_backup_enable: true

View file

@ -71,11 +71,6 @@
role: nextcloud role: nextcloud
tags: nextcloud tags: nextcloud
- name: Install shaarli
import_role:
role: shaarli
tags: shaarli
- name: Install linkding - name: Install linkding
import_role: import_role:
role: linkding role: linkding