Kaynağa Gözat

Add useful addons and remove php modules which are not useful for lamp

Johannes Zellner 8 yıl önce
ebeveyn
işleme
eed2a69958
3 değiştirilmiş dosya ile 5 ekleme ve 6 silme
  1. 3 1
      CloudronManifest.json
  2. 0 3
      Dockerfile
  3. 2 2
      index.html

+ 3 - 1
CloudronManifest.json

@@ -15,10 +15,12 @@
     "mysql": {},
     "localstorage": {},
     "sendmail": {},
+    "redis": {},
     "ldap": {},
+    "oauth": {},
     "simpleauth": {}
   },
-  "tags": [ "apache", "php", "mysql", "linux" ],
+  "tags": [ "apache", "php", "mysql" ],
   "mediaLinks": [ "https://raw.githubusercontent.com/cloudron-io/lamp-app/master/medialinks/medialink_0.jpg" ],
   "changelog": "file://CHANGELOG",
   "minBoxVersion": "0.13.3"

+ 0 - 3
Dockerfile

@@ -21,15 +21,12 @@ RUN apt-get update && apt-get install -y php libapache2-mod-php crudini \
     php-mbstring \
     php-mcrypt \
     php-mime-type \
-    php-mongodb \
     php-mysql \
     php-pdfparser \
-    php-pgsql \
     php-readline \
     php-soap \
     php-sql-formatter \
     php-sqlite3 \
-    php-ssh2 \
     php-tcpdf \
     php-timer \
     php-twig \

+ 2 - 2
index.html

@@ -1,6 +1,6 @@
 <html>
 <head>
-	<title> Welcome </title>
+	<title> Cloudron LAMP app </title>
 </head>
 
 <!-- https://github.com/waiting-for-dev/gutenweb -->
@@ -17,7 +17,7 @@ Use the <a href="https://cloudron.io/references/cli.html">cloudron</a> commandli
 <br/>
 <br/>
 
-Find the <i>ldap</i> and <i>mysql</i> credentials exposed as environment variables using:
+Find the <i>ldap</i>, <i>mysql</i> and other addon credentials exposed as environment variables using:
 <pre class="code">
 <code>cloudron exec env</code>
 </pre>