1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-10 04:07:35 +02:00

Merge pull request #562 from sporkus/readme-fix-1

Fixed link markdown
This commit is contained in:
Patrik J. Braun 2022-11-29 22:01:04 +01:00 committed by GitHub
commit 80e240ea0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ npm start
To configure it, run `PiGallery2` first to create `config.json` file, then edit it and restart. To configure it, run `PiGallery2` first to create `config.json` file, then edit it and restart.
The app has a nice UI for settings, you may use that too. The app has a nice UI for settings, you may use that too.
Default user: `admin` pass: `admin`. (It is not possible to change the admin password, you need to create another user and delete the default `admin` user, see #220) Default user: `admin` pass: `admin`. (It is not possible to change the admin password, you need to create another user and delete the default `admin` user, see [#220](https://github.com/bpatrik/pigallery2/issues/220))
**Note**: First run, you might have file access issues and port 80 issue, see [#115](https://github.com/bpatrik/pigallery2/issues/115). **Note**: First run, you might have file access issues and port 80 issue, see [#115](https://github.com/bpatrik/pigallery2/issues/115).
Running `npm start -- --Server-port=8080` will start the app on port 8080 that does not require `root` Running `npm start -- --Server-port=8080` will start the app on port 8080 that does not require `root`