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

I think this has to do with the `ssh.pty: true` stuff getting reverted. It'd be nice to fix that. (Noticed this while helping someone else prototype a Sandstorm package for...

stack-specific

From an email thread with @paulproteus, it would be really nice to be able to create the .sandstorm directory in a subdirectory of the project directory -- some projects want...

enhancement

This would let folks just do `pip install vagrant-spk` (maybe with `--user` to do it account-wide instead of user-wide) rather than having to check out the git repo. If we...

release-distrib

Explains @ocdtrekkie on IRC: > Also, Windows SmartScreen hates your app because it isn't signed and probably because of some of the things it does. Relevant thoughts: - We can...

release-distrib

So the primary issue with #220 appears to have been that Debian Stretch decided to drop in MariaDB 10.1 as a replacement for MySQL 5.5. I am going to proceed...

stack-specific

So, I realized that when I fixed the LEMP stack, I needed to make many of the same changes (re: PHP) to the LESP stack. And I've realized today that...

enhancement

See discussion starting at: https://botbot.me/freenode/sandstorm/2016-04-20/?msg=64536140&page=1 Other notes: - I personally believe we should move php.ini into `service-config/`; @zarvox do you agree? - We need to adjust `post_max_size` and `upload_max_filesize` to...

stack-specific

I don't know what this means, but enter-grain did not work for me on my Windows machine. ``` PS C:\Users\ocdtr\Projects\Jupyter-Lab-Sandstorm> vagrant-spk enter-grain Looking for apps in dev mode... Looking for...

bug

It's 200K; we don't want to be committing new versions of that each time. Maybe we'll just end up replacing this with a use of nsenter, so the point will...

If Vagrant is installed from source using [these instructions](https://www.vagrantup.com/docs/installation/source.html), `enter-grain` fails with the following error: ``` Looking for apps in dev mode... Looking for grains... Error parsing line: Note that...