WIP: add etesync template #64

Draft
meaz wants to merge 1 commits from etesync into main
Owner

@muppeth I don't manage to add frontend to for example https://etesync.example.org/web

I tried to add something like:

location /web {
        alias /var/www/etesync-web/;
        index index.html;
}

But the static files give error 404.

Also, at the moment, access to https://etesync.example.org gives that generic page:

It works!

Please refer to the README to complete the final steps if you haven't done so already. 

I don't know how to properly remove that by etesync-web

@muppeth I don't manage to add frontend to for example https://etesync.example.org/web I tried to add something like: ``` location /web { alias /var/www/etesync-web/; index index.html; } ``` But the static files give error 404. Also, at the moment, access to https://etesync.example.org gives that generic page: ``` It works! Please refer to the README to complete the final steps if you haven't done so already. ``` I don't know how to properly remove that by etesync-web
muppeth was assigned by meaz 2024-03-06 15:06:36 +01:00
meaz added 1 commit 2024-03-06 15:06:37 +01:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Disroot-Ansible/nginx#64
No description provided.