From 7a5967e292c6bf6b348853abc4a7f05f5f3dfd4e Mon Sep 17 00:00:00 2001 From: "Lucian I. Last" Date: Mon, 2 Sep 2024 14:07:02 +0200 Subject: [PATCH 1/2] Fix documentation --- .gitignore | 4 ++++ README.md | 2 +- internal/server/public_html/index.html | 0 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 internal/server/public_html/index.html 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/index.html deleted file mode 100644 index e69de29..0000000 From 3f847c7c9d7e09dd0246735bf6cafe98fbd53ce5 Mon Sep 17 00:00:00 2001 From: "Lucian I. Last" Date: Mon, 2 Sep 2024 14:09:18 +0200 Subject: [PATCH 2/2] Use gitkeep instead (git force added) --- internal/server/public_html/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 internal/server/public_html/.gitkeep diff --git a/internal/server/public_html/.gitkeep b/internal/server/public_html/.gitkeep new file mode 100644 index 0000000..e69de29