mash-playbook/docs/services/linkding.md
2023-07-20 23:33:17 +02:00

2.1 KiB

Linkding

Linkding bookmark manager that is designed be to be minimal and fast.

Dependencies

This service requires the following other services:

Configuration

To enable this service, add the following configuration to your vars.yml file and re-run the installation process:

########################################################################
#                                                                      #
# linkding                                                             #
#                                                                      #
########################################################################

linkding_enabled: true

linkding_hostname: mash.example.com
linkding_path_prefix: /linkding
linkding_superuser_username: change me
linkding_superuser_password: change me

########################################################################
#                                                                      #
# /linkding                                                            #
#                                                                      #
########################################################################

In the example configuration above, we configure the service to be hosted at https://mash.example.com/linkding.

You can remove the linkding_path_prefix variable definition, so that the service is served at https://mash.example.com/.

Usage

Superuser

Please note the use of linkding_superuser_username and linkding_superuser_password variables. These are not mandatory and are meant to be set the first time you run this role.

Database

The role defaults to SQlite, but you can opt to use PostgreSQL by adding the following:

linkding_database_engine: postgres