aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/README.md
blob: 0074f23149c6c57022e16ebdd0fc7c1a0c692151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<p align="center">
    <img src="./logo.png" alt="" width="300"/>  
</p>

# ferdi-internal-server
Internal Ferdi Server used for storing settings without logging into an external server.

## Configuration
franz-server's configuration is saved inside the `env.ini` file. Besides AdonisJS's settings, ferdi-internal-server has the following custom settings:
- `CONNECT_WITH_FRANZ` (`true` or `false`, default: `true`): Whether to enable connections to the Franz server. By enabling this option, ferdi-server can:
  - Show the full Franz recipe library instead of only custom recipes
  - Import Franz accounts

## Importing your Franz account
ferdi-server allows you to import your full Franz account, including all its settings.

To import your Franz account, open `http://localhost:45569/import` in your browser and login using your Franz account details. ferdi-server will create a new user with the same credentials and copy your Franz settings, services and workspaces.