Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
as we are connecting inside the grain via 127.0.0.1 we cannot do https and don't need it.
  • Loading branch information
JamborJan committed Mar 11, 2016
1 parent 7e0069e commit e6914c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .sandstorm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ rm -rf /opt/app/keeweb/app/resources
mkdir /opt/app/keeweb/app/resources
cp /opt/app/.sandstorm/Demo.kdbx /opt/app/keeweb/app/resources

# We do some Sandstorm related changes
# as we are connecting inside the grain via 127.0.0.1 we cannot https
sed --in-place='' \
--expression '27s/.*/ if ( 0 === 1) {/' \
/opt/app/keeweb/app/scripts/app.js

# Go to app directory
cd /opt/app/keeweb/

Expand Down
10 changes: 10 additions & 0 deletions .sandstorm/sandstorm-files.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# the app runs in dev mode. You may manually add or remove files, but don't
# expect comments or ordering to be retained.
bin/bash
bin/cp
bin/mkdir
bin/rm
etc/ld.so.cache
Expand All @@ -16,6 +17,10 @@ etc/nginx/sites-enabled
etc/nginx/sites-enabled/default
etc/ssl/openssl.cnf
lib/x86_64-linux-gnu/ld-2.19.so
lib/x86_64-linux-gnu/libacl.so.1
lib/x86_64-linux-gnu/libacl.so.1.1.0
lib/x86_64-linux-gnu/libattr.so.1
lib/x86_64-linux-gnu/libattr.so.1.1.0
lib/x86_64-linux-gnu/libaudit.so.1
lib/x86_64-linux-gnu/libaudit.so.1.0.0
lib/x86_64-linux-gnu/libc-2.19.so
Expand Down Expand Up @@ -58,7 +63,12 @@ lib/x86_64-linux-gnu/libtinfo.so.5.9
lib/x86_64-linux-gnu/libz.so.1
lib/x86_64-linux-gnu/libz.so.1.2.8
lib64/ld-linux-x86-64.so.2
opt/app/.sandstorm/Demo.kdbx
opt/app/.sandstorm/launcher.sh
opt/app/keeweb/tmp/css/main.css
opt/app/keeweb/tmp/index.html
opt/app/keeweb/tmp/js/app.js
opt/app/keeweb/tmp/js/vendor.js
proc/cpuinfo
sandstorm-http-bridge
sandstorm-http-bridge-config
Expand Down

0 comments on commit e6914c0

Please sign in to comment.