Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Config not found on fresh install #143

Closed
MontejoJorge opened this issue Oct 22, 2024 · 7 comments
Closed

Error: Config not found on fresh install #143

MontejoJorge opened this issue Oct 22, 2024 · 7 comments
Assignees
Labels
0.x Changes in 0.x version bug Something isn't working

Comments

@MontejoJorge
Copy link

MontejoJorge commented Oct 22, 2024

Environment

Self-Hosted (Docker)

System

Raspberry pi 4 - Docker 27.2.1

Version

0.15.4

Describe the problem

Using this docker compose i got the error: Error: Config not found

version: "3.8"
services:
  mafl:
    restart: unless-stopped
    image: ghcr.io/hywax/mafl:v0.15.4
    container_name: mafl
    ports:
      - 61983:3000
    volumes:
      - /home/jorge/app-data/mafl:/app/data
networks: {}

image

Additional info

No response

@MontejoJorge MontejoJorge added the bug Something isn't working label Oct 22, 2024
@hywax-assistant
Copy link
Collaborator

👋 @MontejoJorge
Thanks for opening your first issue here!
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

If you like this project, please ⭐ star our repo.

@hywax
Copy link
Owner

hywax commented Nov 28, 2024

Hi, sorry it took me so long to reply. Is the problem still there?

@hywax hywax added the 0.x Changes in 0.x version label Nov 28, 2024
@hywax hywax changed the title [BUG] Error: Config not found on fresh install Error: Config not found on fresh install Nov 28, 2024
@MontejoJorge
Copy link
Author

Yes

@hywax
Copy link
Owner

hywax commented Nov 28, 2024

You can show me what this command outputs

$ ls -la /home/jorge/app-data/mafl

@MontejoJorge
Copy link
Author

Empty directory, owned by root

@hywax
Copy link
Owner

hywax commented Nov 29, 2024

Well, that's the problem. You must create config.yml in this folder. You can read how to do it here https://mafl.hywax.space/guide/getting-started.html

@MontejoJorge
Copy link
Author

Oh, i thought that if the config isnt found, it will created with default values, mb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.x Changes in 0.x version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants