aboutsummaryrefslogtreecommitdiffstats
path: root/karakeep-linux.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(build): karakeep-linux.sh fix use 'append' instead of 'file' for log (#1471)Chris2025-06-071-12/+25
| | | | | | - Noticed that using the log for StdOut and StdError would stop working under certain circumstances. - Using append is the correct setting so output can be read while tailing the logs
* build(Debian): update yt-dlp on karakeep's update and add a service check ↵Chris2025-05-171-12/+39
| | | | | | | | | | | function (#1329) * build(Debian): add mcp; yt-dlp update; karakeep service check - Check for yt-dlp update during update process - Karakeep service check function to ensure services are running after install/update/migrate - make status in service_check an array - Bump script version to 2.2
* build: Take over the build command in the installation scriptMohamed Bassem2025-04-161-2/+2
|
* chore: hoarder-linux.sh > karakeep-linux.sh v2.1 (#1219)Chris2025-04-131-0/+355
* hoarder-linux.sh > karakeep-linux.sh v2.1 - Adds a migrate function so users can convert their Hoarder install to a Karakeep install - The function will also check for an update after finishing the migration - Various fixes and optimisations * Update docs with Debuntu migration path and replace Hoarder with Karakeep