Compare commits

...

13 Commits

Author SHA1 Message Date
LinuxServer-CI
d7f12610c6 Bot Updating Package Versions 2018-11-06 15:23:50 +00:00
aptalca
d733b73d4c Merge pull request #21 from KodeStar/master
Update 50-config
2018-11-05 10:10:41 -05:00
KodeStar
c707b2d071 Update 50-config 2018-11-05 15:01:46 +00:00
aptalca
cdb341b0e0 Merge pull request #20 from KodeStar/master
Add missing folder to mkdir
2018-11-05 09:16:14 -05:00
KodeStar
965642e618 Add missing folder to mkdir 2018-11-05 14:05:26 +00:00
j0nnymoe
c379a17320 Merge pull request #19 from KodeStar/patch-2
Symlink SupportedApps to the config folder
2018-11-05 12:34:37 +00:00
KodeStar
a39112cc00 Symlink SupportedApps to the config folder 2018-11-05 12:14:21 +00:00
saarg
f9f40751fb Merge pull request #18 from linuxserver/zip
Add php7-zip
2018-11-05 07:37:20 +01:00
aptalca
c339f6a055 fix formatting 2018-11-04 22:07:01 -05:00
aptalca
8c52faae78 add php7-zip 2018-11-04 18:26:08 -05:00
LinuxServer-CI
9e78392b5f Bot Updating Package Versions 2018-11-04 22:02:57 +00:00
j0nnymoe
722ce4ad2a Merge pull request #17 from KodeStar/patch-1
add php7-zip
2018-11-04 21:54:01 +00:00
KodeStar
b6eba9fa1c add php7-zip 2018-11-04 21:36:07 +00:00
6 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ RUN \
php7-ctype \
php7-pdo_sqlite \
php7-tokenizer \
php7-zip \
tar && \
echo "**** install heimdall ****" && \
mkdir -p \

View File

@@ -20,6 +20,7 @@ RUN \
php7-ctype \
php7-pdo_sqlite \
php7-tokenizer \
php7-zip \
tar && \
echo "**** install heimdall ****" && \
mkdir -p \

View File

@@ -20,6 +20,7 @@ RUN \
php7-ctype \
php7-pdo_sqlite \
php7-tokenizer \
php7-zip \
tar && \
echo "**** install heimdall ****" && \
mkdir -p \

View File

@@ -57,10 +57,12 @@ php7-session php7-session-7.2.10-r0
php7-simplexml php7-simplexml-7.2.10-r0
php7-xml php7-xml-7.2.10-r0
php7-xmlwriter php7-xmlwriter-7.2.10-r0
curl curl-7.61.1-r0
curl curl-7.61.1-r1
php7-ctype php7-ctype-7.2.10-r0
php7-pdo php7-pdo-7.2.10-r0
sqlite-libs sqlite-libs-3.24.0-r0
php7-pdo_sqlite php7-pdo_sqlite-7.2.10-r0
php7-tokenizer php7-tokenizer-7.2.10-r0
libzip libzip-1.5.1-r1
php7-zip php7-zip-7.2.10-r0
tar tar-1.30-r0

View File

@@ -47,6 +47,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "04.11.18:", desc: "Add php7-zip." }
- { date: "31.10.18:", desc: "Add queue service." }
- { date: "17.10.18:", desc: "Symlink avatars folder." }
- { date: "16.10.18:", desc: "Updated fastcgi_params for user login support." }

View File

@@ -2,7 +2,7 @@
# make our folders
mkdir -p \
/config/www/{backgrounds,icons,avatars}
/config/www/{backgrounds,icons,avatars,SupportedApps}
# copy .env if not exists
[[ ! -f /config/www/.env ]] && \
@@ -16,6 +16,7 @@ symlinks=( \
/var/www/localhost/heimdall/storage/app/public/avatars \
/var/www/localhost/heimdall/storage/app/public/backgrounds \
/var/www/localhost/heimdall/storage/app/public/icons \
/var/www/localhost/heimdall/app/SupportedApps \
/var/www/localhost/heimdall/database/app.sqlite \
/var/www/localhost/heimdall/.env )