Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.87 KB

focalboard.md

File metadata and controls

46 lines (28 loc) · 1.87 KB

Focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana

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:

########################################################################
#                                                                      #
# focalboard                                                           #
#                                                                      #
########################################################################

focalboard_enabled: true

focalboard_hostname: mash.example.com
focalboard_path_prefix: /focalboard

########################################################################
#                                                                      #
# /focalboard                                                          #
#                                                                      #
########################################################################

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

You can remove the focalboard_path_prefix variable definition, to make it default to /, so that the service is served at https://mash.example.com/.

Usage

After installation, you can go to the Focalboard URL you've configured above.

You can use the signup page to register the first (administrator) user. The first signup is always allowed. Users after the first one need an invitation link to sign up.