Describe the bug
The last step in Step 3 from documentation (https://docs.opencloud.eu/docs/admin/getting-started/bare-metal) fails to start the server with error message, that index.html not exist.
Steps to reproduce
./bin/opencloud init --insecure true --admin-password admin
./bin/opencloud server
Expected behavior
Server should starting
Actual behavior
Error:
{"level":"fatal","service":"idp","error":"open assets/identifier/index.html: file does not exist","time":"2025-04-02T14:57:31+02:00","message":"Could not open index template"}
Setup
Fresh Debian 12 install. Installing go and npm and all other nessessary packages.
Dedicated account.
git clone https://github.com/opencloud-eu/opencloud.git
cd opencloud/
make clean generate -C opencloud build -j
cd opencloud/
./bin/opencloud init --insecure true --admin-password admin
./bin/opencloud server
Details
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin
Additional context
Add any other context about the problem here.
Describe the bug
The last step in Step 3 from documentation (https://docs.opencloud.eu/docs/admin/getting-started/bare-metal) fails to start the server with error message, that index.html not exist.
Steps to reproduce
./bin/opencloud init --insecure true --admin-password admin./bin/opencloud serverExpected behavior
Server should starting
Actual behavior
Error:
{"level":"fatal","service":"idp","error":"open assets/identifier/index.html: file does not exist","time":"2025-04-02T14:57:31+02:00","message":"Could not open index template"}Setup
Fresh Debian 12 install. Installing go and npm and all other nessessary packages.
Dedicated account.
Details
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/binAdditional context
Add any other context about the problem here.