ferdium-server
ferdium-server copied to clipboard
The server component that can either be self-hosted or hosted for general purpose - for use with the ferdium thick client.
Allows users to be able to signup for a Ferdium account through a web page in addition to the in-app signup.
On the README for "Setup with Docker" the example shows `-v :/app/recipes` while in the docker-compose.yml example it shows `- ferdium-recipes-vol:/app/build/recipes`. Which of the 2 paths should be used for...
``` -- Starting database migration from AdonisJS v4 to v5 -- Updating value from 'database/migrations/database/migrations/database/migrations/1503250034279_user' to 'database/migrations/database/migrations/database/migrations/database/migrations/1503250034279_user' Updating value from 'database/migrations/database/migrations/database/migrations/1503250034280_token' to 'database/migrations/database/migrations/database/migrations/database/migrations/1503250034280_token' Updating value from 'database/migrations/database/migrations/database/migrations/1566385379883_service_schema' to 'database/migrations/database/migrations/database/migrations/database/migrations/1566385379883_service_schema' Updating...
## Problem When using custom recipes, the recipe has to be available on each machine, otherwise the service is simply ignored. Currently, users who want to use custom recipes would...
I just installed Ferdium 6.0.0-nightly.49 on Ubuntu 18.04.6 LTS. When importing the config file from my old-but-still-used Ferdi installation, Ferdium correctly imports the services. However, the icons for my custom...
The link in the howto section for Transferring data between servers points to the old repo and it's wiki which are now unavailable. The relevant page can be found on...
I just installed Ferdium 6.0.0-nightly.49 via snap on Ubuntu 18.04.6 LTS. When importing the config file from my old-but-still-used Ferdi installation, Ferdium on a new page acknowledges that the services...
I have tried to follow the [guide for docker custom service creation](https://github.com/ferdium/ferdium-server/blob/main/docker/README.md#creating-and-using-custom-recipes) and it is not working. I have tried accessing /new in several ways: - http://localhost:3333/new - http://192.168.X.X:3333/new -...