Nextcloud, Hyperling.com, LibreTranslate, and backup.sh Enhancements #11

Merged
me merged 34 commits from dev into main 2025-10-14 14:58:59 -07:00
Showing only changes of commit 6062818475 - Show all commits

View File

@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y git php-cli sudo curl
# Cache Node Dependencies # Cache Node Dependencies
RUN mkdir -p /var/www/api RUN mkdir -p /var/www/api
WORKDIR /var/www/api WORKDIR /var/www/api
RUN echo '{ "dependencies": { "express": "" } }' > package.json RUN echo '{ "dependencies": { "express": ">=4.18.1 < 5.0.0" } }' > package.json
RUN npm install RUN npm install
# Install + Run Website # Install + Run Website