vagrant-spk icon indicating copy to clipboard operation
vagrant-spk copied to clipboard

Packaging tool for Sandstorm, a self-hosting platform for web apps!

Results 64 vagrant-spk issues
Sort by recently updated
recently updated
newest added

So, I've been working on updating the uwsgi stack, and on Windows, difficulty using symlinks on the shared folder caused me some issues using the virtualenv command in build.sh. I...

stack-specific

So, I am looking at upgrading to bullseye64. I know it works for the lemp stack because I'm building an app with it, but the issue is upgrade-friendliness. Oracle offered...

stack-specific

When I try to build an app that uses `npm install` with vagrant-spk, certain node packages have assorted errors of expected files missing during the build process. If I ssh...

bug
help wanted
stack-specific

While I know it isn't "the best way to do network access", it's at minimum a good way to get a working prototype, and for stacks like lemp and lesp,...

enhancement
stack-specific

So, this particularly seems to happen if I try to work with anything Node-based, but whenever a script attempts to symlink in the directory shared with the host machine, if...

bug

After the TTRSS upgrade, yesterday James Cook reported that his ttrss grain wasn't booting: https://groups.google.com/forum/#!topic/sandstorm-dev/JggZ_kwFPEw Inspecting the grain backup he sent me, I found this in the mysql error log:...

stack-specific

A friend of mine is interested in potentially packaging a .NET Core app for Sandstorm. I know @pgrm tried to do this before and ran into some issues like https://github.com/sandstorm-io/sandstorm/issues/1582...

stack-specific

``` Calling 'vagrant' 'ssh' '-c' 'cd /opt/app/.sandstorm/ && spk pack --keyring=/host-dot-sandstorm/sandstorm-keyring --pkg-def=/opt/app/.sandstorm/sandstorm-pkgdef.capn\p:pkgdef /home/vagrant/sandstorm-package.spk && spk verify --details /home/vagrant/sandstorm-package.spk && mv /home/vagrant/sandstorm-package.spk /opt/app/sandstorm\-package.spk' in /home/abliss/proj/sandstorm/ttyd/.sandstorm *** Uncaught exception *** sandstorm/spk.c++:1171: failed:...

It's not clear to me from the documentation whether I should be performing the packaging on my local dev box, or on the server. I'm 90% sure it's on my...

See https://github.com/sandstorm-io/sandstorm/issues/1582 Quoth @pgrm: > Currently [in my .NET stack] I need to modify the sandstorm-pkgdef.capnp file by hand. Is there any way I can define a template or specify...

enhancement