forked from mirrors/homebox
update tags
This commit is contained in:
parent
0c90b05dca
commit
256cbed716
4 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
docker run --name=homebox \
|
||||
--restart=always \
|
||||
--publish=3100:7745 \
|
||||
ghcr.io/hay-kot/homebox:nightly
|
||||
ghcr.io/hay-kot/homebox:latest
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
|
|
@ -18,7 +18,7 @@ Import RefLocation Labels Quantity Name Description Insured Serial Number Model
|
|||
```
|
||||
|
||||
!!! 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
|
||||
|
|
|
@ -23,7 +23,7 @@ Homebox is the inventory and organization system built for the Home User! With a
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Great for testing out the application, but not recommended for stable use. Check
|
|||
docker run --name=homebox \
|
||||
--restart=always \
|
||||
--publish=3100:7745 \
|
||||
ghcr.io/hay-kot/homebox:nightly
|
||||
ghcr.io/hay-kot/homebox:latest
|
||||
```
|
||||
|
||||
## Docker-Compose
|
||||
|
@ -17,7 +17,7 @@ docker run --name=homebox \
|
|||
version: "3.4"
|
||||
services:
|
||||
homebox:
|
||||
image: ghcr.io/hay-kot/homebox:nightly
|
||||
image: ghcr.io/hay-kot/homebox:latest
|
||||
container_name: homebox
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue