BaldissaraMatheus / Tasks.md

A self-hosted, Markdown file based task management board
https://hub.docker.com/r/baldissaramatheus/tasks.md
MIT License
737 stars 30 forks source link

Seeing a "Not Found" page. #29

Closed Entheologian closed 1 year ago

Entheologian commented 1 year ago

Hi,

Using docker-compose.yml: version: '3.3' services: tasks.md: container_name: tasks.md image: baldissaramatheus/tasks.md ports:

Start-up only shows this: Creating network "tasksmd_default" with the default driver Creating tasks.md ... done Attaching to tasks.md tasks.md |

When I connect to http://host:8383 I see only "Not Found". It used to work, but I think it stopped about a day or so ago. Is there something else I can try?

BaldissaraMatheus commented 1 year ago

Its probably because you set the BASE_PATH variable as /tasks, so the app is running on http://host:8383/tasks. Try opening http://host:8383/tasks and check if it works. If you want to run it without the /tasks path you have to remove that variable from your docker-compose file

Entheologian commented 1 year ago

lol thanks for pointing out my mistake.. that was the issue.

I forgot that I had an nginx rewrite rule taking care of that initially but had recently removed it, which caused this to not working from the root.

Thanks for the reply and great app!

Entheologian commented 1 year ago

Marking as closed - issue resolved due to my incorrect local changes..

Entheologian commented 1 year ago

I guess I can't close, so I'll leave that with you. Thanks again.

BaldissaraMatheus commented 1 year ago

Great! I'll close then