diff --git a/.gitignore b/.gitignore index 4d29575..1c434d4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +/internal/server/public_html/ +/config.yaml +/server \ No newline at end of file diff --git a/README.md b/README.md index e4a40ad..4b299a7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The following steps allow you to run the project: - Edit `config.yml` with your desired settings. - Run `go generate` to generate the react frontend. - Run `go build ./cmd/server`. -- Run the `./build` binary. +- Run the `./server` binary. - Configure a HTTPS proxy to answer requests on your desired domain. - Visit the domain. diff --git a/internal/server/public_html/index.html b/internal/server/public_html/.gitkeep similarity index 100% rename from internal/server/public_html/index.html rename to internal/server/public_html/.gitkeep