2
0
Эх сурвалжийг харах

- Try some changes to snap.

Thanks to xet7 !
Lauri Ojansivu 6 жил өмнө
parent
commit
11b7ade355
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 2 2
      snap-src/bin/config
  2. 2 2
      snapcraft.yaml

+ 2 - 2
snap-src/bin/config

@@ -13,11 +13,11 @@ DEFAULT_MONGODB_BIND_UNIX_SOCKET="$SNAP_DATA/share"
 KEY_MONGODB_BIND_UNIX_SOCKET="mongodb-bind-unix-socket"
 
 DESCRIPTION_MONGODB_PORT="mongodb binding port: eg 27017 when using localhost"
-DEFAULT_MONGODB_PORT="27019"
+DEFAULT_MONGODB_PORT=""
 KEY_MONGODB_PORT='mongodb-port'
 
 DESCRIPTION_MONGODB_BIND_IP="mongodb binding ip address: eg 127.0.0.1 for localhost\n\t\tIf not defined default unix socket is used instead"
-DEFAULT_MONGODB_BIND_IP="127.0.0.1"
+DEFAULT_MONGODB_BIND_IP=""
 KEY_MONGODB_BIND_IP="mongodb-bind-ip"
 
 DESCRIPTION_MAIL_URL="wekan mail binding"

+ 2 - 2
snapcraft.yaml

@@ -120,8 +120,8 @@ parts:
             # Removed from build-packages: - paxctl
             #echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
             #paxctl -mC `which node`
-            echo "Installing npm"
-            curl -L https://www.npmjs.com/install.sh | sh
+            #echo "Installing npm"
+            #curl -L https://www.npmjs.com/install.sh | sh
             echo "Installing meteor"
             curl https://install.meteor.com/ -o install_meteor.sh
             #sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh