Updated golang version and .env file contents

This commit is contained in:
Indrek Haav 2022-07-29 08:22:23 +03:00 committed by GitHub
parent 145e67da6f
commit ce4ec9db45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -48,11 +48,11 @@ $ sudo apt install -y nodejs
#### Golang
[Golang](https://golang.org/) needs to be downloaded and installed manually. The latest version as of the writing of this is 1.18.2, but check the website and change the URLs below if necessary:
[Golang](https://golang.org/) needs to be downloaded and installed manually. The latest version as of the writing of this is 1.18.4, but check the website and change the URLs below if necessary:
```shell
$ wget https://golang.org/dl/go1.18.2.linux-amd64.tar.gz
$ sudo tar -C /usr/local -xzf go1.18.2.linux-amd64.tar.gz
$ wget https://golang.org/dl/go1.18.4.linux-amd64.tar.gz
$ sudo tar -C /usr/local -xzf go1.18.4.linux-amd64.tar.gz
$ sudo ln -s /usr/local/go/bin/go /usr/local/bin/go
```
@ -161,6 +161,7 @@ The full list of configuration options is available [here](https://docs.photopri
```
# Initial password for the admin user
PHOTOPRISM_AUTH_MODE="password"
PHOTOPRISM_ADMIN_PASSWORD="photoprism"
# PhotoPrism storage directories