self-hosted/focalboard/README.md

30 lines
1.0 KiB
Markdown
Raw Normal View History

2022-08-22 07:54:30 +02:00
# Installation
```
git clone https://github.com/atareao/self-hosted.git
cd self-hosted/focalboard
2023-05-02 07:16:30 +02:00
cp sample.env .env
2022-08-22 07:54:30 +02:00
sed -i "s/focalboard.tuservidor.es/el_fqdn_que_quieras/g" .env
2022-08-22 09:16:02 +02:00
mkdir -p data files
2022-08-22 07:54:30 +02:00
```
A la hora de levantar el servicio dependerá del proxy inverso que hayas seleccionado. Si has elegido Caddy, simplemente,
```
2022-08-26 10:57:09 +02:00
docker-compose -f docker-compose.yml -f docker-compose.caddy.yml up -d
2022-08-22 07:54:30 +02:00
docker-compose logs -f
```
Mientras que si has elegido Traefik,
```
2022-08-26 10:57:09 +02:00
docker-compose -f docker-compose.yml -f docker-compose.traefik.yml up -d
2022-08-22 07:54:30 +02:00
docker-compose logs -f
```
2022-08-22 09:16:02 +02:00
## 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”