ferdium-server icon indicating copy to clipboard operation
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.

Results 18 ferdium-server issues
Sort by recently updated
recently updated
newest added

## Changes - work in progress ## Motivation I noticed that https://adonisjs.com/blog/adonisjs-v6-announcement was released a while ago which changes A LOT. Since I have to touch many files already, I...

Hi, New installs are unable to register for accounts out of the box, I weren't able to do enough testing to see if it's related to password length (my one...

This eliminates some pointless processing and a confusing log message in the output.

Hi, after moving from 1.3.16 to 2.0.6 (also seeing the same behaviour with all other 2.0.x versions), I'm receiving a couple of DB errors in the container logs: ``` ❯...

I would love to create the users myself for my instance of Ferdium. I didn't see any docs to do so. Is it possible to create user with just `username:password`...

Ferdium-Server: ferdium/ferdium-server:latest ![image](https://github.com/ferdium/ferdium-server/assets/1553902/6be8dc75-8a79-4df9-83cd-ac35bb2aaf35) ![image](https://github.com/ferdium/ferdium-server/assets/1553902/4dfb413f-dac8-4a29-81fd-6bd1598436ba) docker compose: ```yaml version: "3.8" services: ferdium-server: #image: ferdium/ferdium-server:1.3.16 image: ferdium/ferdium-server:latest container_name: ferdium-server environment: TZ: 'Europe/Berlin' NODE_ENV: 'production' #NODE_ENV: 'development' APP_URL: 'https://' DB_CONNECTION: 'pg' DB_HOST: '127.0.0.1'...

In the Docker image, should recipes definitely be at `/app/build/recipes`, per the docs? The docs were updated to reference this path in #97, but the entrypoint script still uses `/app/recipes`,...

The Ferdium server is unable to send emails over SMTP on servers that strictly check the HELO message: ``` Couldn't send mail: Error: Can't send mail - all recipients were...

Save iconUrl field within workspace.data See https://github.com/ferdium/ferdium-app/pull/1240