Updated readme, env file and license.
This commit is contained in:
8
.env
8
.env
@@ -1,2 +1,8 @@
|
|||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
|
MailConfig__EmailServer=""
|
||||||
|
MailConfig__EmailFrom=""
|
||||||
|
MailConfig__UseSSL=""
|
||||||
|
MailConfig__Port=587
|
||||||
|
MailConfig__Username=""
|
||||||
|
MailConfig__Password=""
|
||||||
6
LICENSE
6
LICENSE
@@ -1,3 +1,9 @@
|
|||||||
|
LubeLogger by Hargata Softworks is licensed under the MIT License individual
|
||||||
|
personal use. Commercial users and/or corporate entities are required
|
||||||
|
to pay either a one time fee or maintain an active subscription in order to
|
||||||
|
continue using LubeLogger. For pricing information please contact us at
|
||||||
|
hargatasoftworks@gmail.com
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023 Hargata Softworks
|
Copyright (c) 2023 Hargata Softworks
|
||||||
|
|||||||
@@ -16,14 +16,14 @@ Because nobody should have to deal with a homemade spreadsheet or a shoebox full
|
|||||||
## Docker Setup (GHCR)
|
## Docker Setup (GHCR)
|
||||||
1. Install Docker
|
1. Install Docker
|
||||||
2. Run `docker pull ghcr.io/hargata/lubelogger:latest`
|
2. Run `docker pull ghcr.io/hargata/lubelogger:latest`
|
||||||
3. CHECK culture in .env file, default is en_US, this will change the currency and date formats.
|
3. CHECK culture in .env file, default is en_US, this will change the currency and date formats. You can also setup SMTP Config here.
|
||||||
4. If not using traefik, use docker-compose-notraefik.yml
|
4. If not using traefik, use docker-compose-notraefik.yml
|
||||||
5. Run `docker-compose up`
|
5. Run `docker-compose up`
|
||||||
|
|
||||||
## Docker Setup (Manual Build)
|
## Docker Setup (Manual Build)
|
||||||
1. Install Docker
|
1. Install Docker
|
||||||
2. Clone this repo
|
2. Clone this repo
|
||||||
3. CHECK culture in .env file, default is en_US
|
3. CHECK culture in .env file, default is en_US, also setup SMTP for user management if you want that.
|
||||||
4. Run `docker build -t lubelogger -f Dockerfile .`
|
4. Run `docker build -t lubelogger -f Dockerfile .`
|
||||||
5. CHECK docker-compose.yml and make sure the mounting directories look correct.
|
5. CHECK docker-compose.yml and make sure the mounting directories look correct.
|
||||||
6. If not using traefik, use docker-compose-notraefik.yml
|
6. If not using traefik, use docker-compose-notraefik.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user