update tags

This commit is contained in:
Hayden 2022-10-10 18:48:57 -08:00
parent 0c90b05dca
commit 256cbed716
4 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
docker run --name=homebox \ docker run --name=homebox \
--restart=always \ --restart=always \
--publish=3100:7745 \ --publish=3100:7745 \
ghcr.io/hay-kot/homebox:nightly ghcr.io/hay-kot/homebox:latest
``` ```
## Credits ## Credits

View file

@ -18,7 +18,7 @@ Import RefLocation Labels Quantity Name Description Insured Serial Number Model
``` ```
!!! tip "Column Order" !!! tip "Column Order"
Column headers are just there for reference, the important thing is that the order is correct. You can change the headers to anything you like. Column headers are just there for reference, the important thing is that the order is correct. You can change the headers to anything you like, this behavior may change in the future.
## CSV Reference ## CSV Reference

View file

@ -23,7 +23,7 @@ Homebox is the inventory and organization system built for the Home User! With a
## Project Status ## Project Status
Homebox is currently in early-active development and is currently in **preview** stage. This means that the project may still be unstable and clunky. Overall we are striving to not introduce any breaking changes and have checks in place to ensure migrations and upgrades are smooth. However, we do not guarantee that there will be no breaking changes. We will try to keep the documentation up to date as we make changes. Homebox is currently in early-active development and is currently in **beta** stage. This means that the project may still be unstable and clunky. Overall we are striving to not introduce any breaking changes and have checks in place to ensure migrations and upgrades are smooth. However, we do not guarantee that there will be no breaking changes. We will try to keep the documentation up to date as we make changes.
## Features ## Features

View file

@ -8,7 +8,7 @@ Great for testing out the application, but not recommended for stable use. Check
docker run --name=homebox \ docker run --name=homebox \
--restart=always \ --restart=always \
--publish=3100:7745 \ --publish=3100:7745 \
ghcr.io/hay-kot/homebox:nightly ghcr.io/hay-kot/homebox:latest
``` ```
## Docker-Compose ## Docker-Compose
@ -17,7 +17,7 @@ docker run --name=homebox \
version: "3.4" version: "3.4"
services: services:
homebox: homebox:
image: ghcr.io/hay-kot/homebox:nightly image: ghcr.io/hay-kot/homebox:latest
container_name: homebox container_name: homebox
restart: always restart: always
environment: environment: