Bot Updating Documentation

pull/163/head
LinuxServer-CI 2023-11-17 02:39:12 +00:00
rodzic bf4c13ac21
commit 9f4e3cfc62
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ title: hishtory-server
## Supported Architectures
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
Simply pulling `lscr.io/linuxserver/hishtory-server:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
@ -35,8 +35,6 @@ The architectures supported by this image are:
## Application Setup
This container requires an external postgres database.
After you have installed hishtory on your machine, add `export HISHTORY_SERVER=http://1.2.3.4:8080` (with your server details) to your shellrc. Then run `hishtory init` (or `hishtory init ${SECRET_KEY}`) to initialise hishtory against your local server.
See the [project readme](https://github.com/ddworken/hishtory/blob/master/README.md) for more details.