self-hosted/focalboard
Lorenzo Carbonell 61c9694683 change mv by cp 2023-05-02 07:16:30 +02:00
..
README.md change mv by cp 2023-05-02 07:16:30 +02:00
config.json changed 2022-08-22 09:16:02 +02:00
docker-compose.caddy.yml change to virtual_port 2023-03-24 07:00:24 +01:00
docker-compose.traefik.yml change to virtual_port 2023-03-24 07:00:24 +01:00
docker-compose.yml change to docker volumes 2023-03-24 07:00:31 +01:00
sample.env changed 2022-08-22 09:16:02 +02:00

README.md

Installation

git clone https://github.com/atareao/self-hosted.git
cd self-hosted/focalboard
cp sample.env .env
sed -i "s/focalboard.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir -p data files

A la hora de levantar el servicio dependerá del proxy inverso que hayas seleccionado. Si has elegido Caddy, simplemente,

docker-compose -f docker-compose.yml -f docker-compose.caddy.yml up -d
docker-compose logs -f

Mientras que si has elegido Traefik,

docker-compose -f docker-compose.yml -f docker-compose.traefik.yml up -d
docker-compose logs -f

Registering the first user

After installing the server, open a browser to the domain you used. You should be redirected to the login screen. Click the link to register a new user instead, and complete the registration.

The first user registration will always be permitted, but subsequent registrations will require an invite link which includes a code. You can invite additional users by clicking on your username in the top left, then selecting “Invite users”