Compare commits

..

No commits in common. "3e15878edc68a44d9cab0378e6bf8fef3b27607d" and "bf51b4651bec0d831ad340c5853715c480abda80" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: homebox name: homebox
# This is the chart version. # This is the chart version.
version: 0.1.5 version: 0.1.4
# A SemVer range of compatible Kubernetes versions (optional) # A SemVer range of compatible Kubernetes versions (optional)
# kubeVersion: ">=1.16.0-0" # kubeVersion: ">=1.16.0-0"
# What is this Application? # What is this Application?

View File

@ -23,8 +23,8 @@ homebox:
HBOX_MODE: production #application mode used for runtime behavior can be one of: development, production HBOX_MODE: production #application mode used for runtime behavior can be one of: development, production
HBOX_WEB_PORT: "7745" #port to run the web server on, if you're using docker do not change this HBOX_WEB_PORT: "7745" #port to run the web server on, if you're using docker do not change this
# HBOX_WEB_HOST: #host to run the web server on, if you're using docker do not change this # HBOX_WEB_HOST: #host to run the web server on, if you're using docker do not change this
HBOX_OPTIONS_ALLOW_REGISTRATION: "true" #allow users to register themselves HBOX_OPTIONS_ALLOW_REGISTRATION: true #allow users to register themselves
HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID: "true" #auto increments the asset_id field for new items HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID: true #auto increments the asset_id field for new items
HBOX_WEB_MAX_UPLOAD_SIZE: "10" #maximum file upload size supported in MB HBOX_WEB_MAX_UPLOAD_SIZE: "10" #maximum file upload size supported in MB
HBOX_STORAGE_DATA: /data/ #path to the data directory, do not change this if you're using docker HBOX_STORAGE_DATA: /data/ #path to the data directory, do not change this if you're using docker
HBOX_STORAGE_SQLITE_URL: /data/homebox.db?_fk=1 #sqlite database url, in you're using docker do not change this HBOX_STORAGE_SQLITE_URL: /data/homebox.db?_fk=1 #sqlite database url, in you're using docker do not change this