34 Commits

Author SHA1 Message Date
Trenton H
5706d7dd4e Fixes install script to handle languages with dashes or underscores (#8341) 2024-11-23 08:15:13 -08:00
Harald
e3a00aab4c Fix: add timezone fallback to install script (#6336) 2024-04-08 17:45:43 -07:00
Trenton H
a13bd2a2dd Escape the secret key when writing it to the env file (#6243) 2024-04-02 03:02:27 +00:00
ShanSanear
671d1c531e Fix: Correcting check searching for docker compose plugin (#5904) (#5917) 2024-02-26 21:21:43 +00:00
trs
0c301da767 Fix: Generated secret key may include single or double quotes (#5767) 2024-02-14 23:06:54 +00:00
shamoon
08d25c7a73 Fix: install script fails on alpine linux due to the use of head (#5520) 2024-01-23 14:25:16 -08:00
Tom Hoover
790cc6bc58 Fix: Correct spelling of 'initialization' in install script (#4928) 2023-12-11 15:10:42 +00:00
Trenton H
194e5ac189 Documentation: Update documentation to refer only to Docker Compose v2 command (#4650)
* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command

* Update docs/setup.md

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>

* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-11-20 20:14:33 -08:00
Musa Ahmed
aab543d3c0 Change: Install script improvements (#4387)
* (1) Made curl command to download installation script silent while allowing erros to be dispalyed. (2) Made `if ! command -v ${DOCKER_COMPOSE_CMD}` silent as the other checks are as well.

* Made curl options more clear
2023-10-19 02:49:37 +00:00
Trenton H
d9a60652ad Updates the secret key generation to override locale settings and provide more entropy (#4277) 2023-09-28 09:33:41 -07:00
shamoon
22a4e5292f Add warning to install script need for permissions 2023-07-19 16:03:35 -07:00
Trenton H
c44ee658e1 When starting with an external DB, start it for a bit first to allow its setup to complete 2023-06-20 08:20:44 -07:00
Trenton Holmes
9c4daa450e Resolves the subshell not returnning when generating SECRET_KEY 2023-02-14 17:20:34 -08:00
Omar Saleem
2368c95a2e adding quotes around port 'find' field as requested 2023-02-10 15:14:22 -08:00
Omar Saleem
b6a36cbfe7 need quotes in install script too 2023-02-10 15:14:22 -08:00
Ricks-ha
98bbbc2978 Add examples to URL and TIME_ZONE 2022-12-02 13:27:57 +01:00
Trenton Holmes
f6601c87f1 Combines the two database folders to a single variable during installation 2022-09-11 07:42:20 -07:00
Brian Kelly
14cd50a8c3 rebase mariadb feature onto dev 2022-09-11 07:40:31 -07:00
Trenton Holmes
870d7ef409 Updates install script to split + seperated OCR languages to spaces for installation script 2022-04-26 09:41:08 -07:00
Michael Shamoon
eb7cc30394 add PAPERLESS_URL env variable for CSRF 2022-04-08 00:27:53 -07:00
Trenton Holmes
4ebb7fc028 Converts the docker compose check to use if statement 2022-04-02 14:34:19 -07:00
Trenton Holmes
7beb050d45 Fixes an issue where the install script wouldn't recognize docker compose v2 command 2022-04-02 14:34:19 -07:00
Schnuffle
81c16f6bc0 Corrections to pass pre-commit hooks 2022-03-20 15:58:37 +01:00
marbar1
6809adbfc9 Fix typo: paperles(s) 2022-03-19 19:37:52 +01:00
Kim
f1a14fd317 Also update other occurrences of master branch to main 2022-03-11 09:45:44 +01:00
Ingo Sigmund
49a473dcd5 remove volume: if no named volumes are used 2022-03-05 12:07:52 +01:00
Ingo Sigmund
0f746a77a9 Correct install script (stop creating unused named volumes) 2022-03-03 15:17:54 +01:00
Quinn Casey
b13ee83695 Remove comment used for testing 2022-02-28 08:18:50 -08:00
Quinn Casey
bdc0f81482 Ask for database folder is using postgres 2022-02-28 08:07:57 -08:00
Quinn Casey
3c2734ff8f Use $DATABASE_BACKEND to echo SQLite or not 2022-02-28 07:52:01 -08:00
Quinn Casey
a925b0a0d0 Swap Folder and Application config steps 2022-02-28 07:45:43 -08:00
kpj
14724b395f Merge branch 'fix-install_script' of https://github.com/kpj/paperless-ngx into kpj-fix-install_script 2022-02-17 15:53:22 +01:00
kpj
f86739828b Use paperless-ngx in install script 2022-02-17 00:42:47 +01:00
kpj
3bc3aa32b3 Rename script to paperless-ngx 2022-02-17 00:40:52 +01:00