1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

15 Commits

Author SHA1 Message Date
Kovah
ae83084bb0
Add hint about passwords with special characters (#596) 2023-01-22 11:34:00 +01:00
Kovah
7ee3fa70e8
Add warning about changes to Docker images to system settings and Docker .env files (#502) 2022-11-17 13:56:09 +01:00
Kovah
44cdb48e01
Adjust notice about APP_KEY in .env files (#540) 2022-11-17 13:38:25 +01:00
Kovah
03996f8bb3
Remove SETUP_COMPLETED variable (#398)
Replaces SETUP_COMPLETED variable with a database setting. Changes setup to add the setting to the database. Also adds a migration for existing installations.
2022-03-25 00:10:58 +01:00
Kovah
00c6693b1c
Reduce .env contents to the bare minimum (#398)
- Removes all config values that are not really needed for the most basic setup
- Adds a generic standard value for the app key which is checked in the setup middleware and replaced with a secure, random key then
2022-03-24 00:07:16 +01:00
Kovah
cd6b580377
Correct documentation for backup destination in env files, exclude .git in backups (#381) 2022-03-11 10:01:21 +01:00
Kovah
ef9768a04d
Clean up of env and docker files, dev setup now uses MariaDB 10.6, also removes 2022-01-05 21:41:04 +01:00
Kovah
ce202748c8
Remove backup notification setting for now (#321) 2021-11-02 20:29:51 +01:00
Kovah
d1e5c64c9c
Update dependencies, use new HTML Meta helper 2021-05-10 12:38:39 +02:00
Kovah
df73cd734a
Correct usage of the backup package, update release Dockerfiles (#251) 2021-03-27 12:12:31 +01:00
Kovah
343a4423e2
Update configuration to support Redis sockets (#195) 2021-03-22 22:03:38 +01:00
Kovah
40356ad223
Add missing AWS S3 driver, update backup package related config and docs 2020-11-17 20:13:30 +01:00
Kovah
e9bdf442ae
Correct the setup of backup notifications (#155)
Also optimize the Docker Compose files to include the path for local backups.
2020-10-09 11:05:28 +02:00
Kovah
a93d1b8b33
Large update for the Docker-based setup of Linkace
- Adds new Dockerfile for unified PHP-nginx container
- Adds new configuration files for simple setup with unified container
- Removes Redis from simple setup
- Changes default cache and session driver form Redis to file
- Updates nginx configuration accordingly
2020-09-07 23:14:53 +02:00
Kovah
354ffe304e
Provide new .env file for production Docker systems, update readme accordingly 2020-08-28 16:08:16 +02:00