kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
<ocdtrekkie> I have an old 17.04 VM that happily installed the correct WINE.
<ocdtrekkie> If I seriously have to use this for vagrant-spk releases more than once, I am going to be angry.
<ocdtrekkie> So I think I've made vagrant-spk.exe, but now Inno Setup is mad at me.
<ocdtrekkie> I hate everything now but https://github.com/sandstorm-io/vagrant-spk/releases/tag/v1.0 exists
frigginglorious has quit [Quit: frigginglorious]
factormystic has joined #sandstorm
codecowboy has joined #sandstorm
NwS has joined #sandstorm
Isla_de_Muerte has joined #sandstorm
Isla_de_Muerte has quit [Remote host closed the connection]
<codecowboy> Hi. I am interested in updating the port of WordPress at https://github.com/sandstormports/wordpress. Is 'Jamborjan' still involved or can I somehow take over that port?
<codecowboy> I thought it might make a good first project for me
<isd> He hasn't been active in a little while, but he may be responsive if you send a pr. That's how we've been dealing with things; send a pr with updates, if he doesn't respond get in touch and we can maybe transfer ownership.
<xet7> codecowboy: I do have access to sandstormports repo and I also have publishing key for wordpress. I can look at your pr when you have sent it.
<codecowboy> so fork that repo first? It might be useful to contact him too to see if he might be willing to give me a few pointers? Otherwise I'll just walk the code and try following the sandstorm docs.
<codecowboy> xet7 thanks
<xet7> codecowboy: Yes, fork first, it's a normal way to make a pull request. Just look at previous commits how updates have been done.
<codecowboy> cool thanks
<xet7> :)
<codecowboy> what clients are people using with davros if the owncloud clients are broken? Maybe just Finder integration on Mac and the equivalent in windows / linux?
<isd> I don't think there are any working clients right now.
<isd> I'm not sure there were ever any other options.
<isd> The trouble michael ran into is that webdav on it's own doesn't really cover all the functionality you need for file syncing.
<isd> Owncloud has a bunch of it's own extensions to cover this, and he got frustrated trying to replicate those due to poor documentation, and the owncloud developers not really thinking of it as a public interface.
<isd> ...and thus not being super receptive to helping
<isd> Probably if we want to get file sync to be reliable in the long term, we ought to do something other than webdav.
frigginglorious has joined #sandstorm
<codecowboy> people are saying that they are hosting static sites from Davros though?
<codecowboy> I guess they are just uploading files from the web interface
<codecowboy> perhaps the nextcloud docs are better https://docs.nextcloud.com/server/15/developer_manual/client_apis/index.html
<codecowboy> still, running before I can walk
ocdtr_web has joined #sandstorm
<ocdtr_web> codecowboy: I use the web interface of Davros. There's an upload button (and drag/drop support), and a download button.
<ocdtr_web> I have never been super fond of clients that sync my files automagically in file explorer to begin with.
<ocdtr_web> I also have access to the sandstormports repo as well. And I think the signing key.
<ocdtr_web> isd: My honest impression is that fixing ownCloud/Nextcloud file sync shouldn't be that hard. I believe the client started enforcing an expectation of properties they said ownCloud had been providing years prior.
<ocdtr_web> And most of that was after Michael had stopped pushing Davros releases.
<isd> I'm not terribly familiar with the internals; your guess is as good as mine.
<ocdtr_web> Honestly, I think the biggest issue I had which was why I didn't stick to using the ownCloud client I thought had to do with the range requests thing with Sandstorm or something like that. But I'm not positive.
<ocdtr_web> When I tried doing the auto-upload from my phone's camera, on bad connections, the top part of a given picture would successfully upload.
<ocdtr_web> But I still heavily use Davros as a general file box for sharing files, which it almost seemed like people were not aware it was useful for in the email thread?
ocdtr_web has quit [Remote host closed the connection]
<codecowboy> i wasn't aware mostly because I started using sandstorm last week
<codecowboy> :)
biotim has quit [Ping timeout: 252 seconds]
CaptainCalliope2 has quit [Ping timeout: 252 seconds]
abliss has quit [Ping timeout: 252 seconds]
rothman has quit [Ping timeout: 240 seconds]
ill_logic has quit [Ping timeout: 260 seconds]
isd has quit [Ping timeout: 256 seconds]
jryans has quit [Ping timeout: 240 seconds]
codecowboy has quit [Quit: Textual IRC Client: www.textualapp.com]
rothman has joined #sandstorm
abliss has joined #sandstorm
<xet7> I also heavily use Davros when transferring files between computers and VMs
<xet7> With webbrowser
codecowboy has joined #sandstorm
codecowboy has quit [Client Quit]
jryans has joined #sandstorm
jryans has quit [Excess Flood]
isd has joined #sandstorm
<isd> I wonder why freenode keeps kicking the matrix folks
isd has quit [Quit: killed]
rothman has quit [Quit: killed]
abliss has quit [Read error: Connection reset by peer]
<ocdtrekkie> One thing I thought was weird was when I got my iPhone, the IRC app I installed worked fine. And then a couple weeks later Freenode said I needed SASL to connect to it, which my app doesn't do.
nicoo has quit [Remote host closed the connection]
nicoo has joined #sandstorm
CaptainCalliope has joined #sandstorm
isd has joined #sandstorm
biotim has joined #sandstorm
abliss has joined #sandstorm
rothman has joined #sandstorm
jryans has joined #sandstorm
michaeln3 has joined #sandstorm
qjkx[m] has joined #sandstorm
<TimMc> I sometimes use Davros for kicking files to myself on a different machine, or for handing someone a large file. But I'm also experimenting with using it as a publishing method for a new social media protocol I'm working on.
<TimMc> (It's a quick and dirty way of having an HTTP file server with a straightforward upload protocol.)
TC01 has joined #sandstorm
TC01_ has quit [Ping timeout: 240 seconds]
<isd> It's the most mature "misc. files" app we have.
<isd> It'd be nice to get sync working again. I'd also like to figure out how to get it to start faster. It's not horrible, but it's a little slow to start.
<isd> (as are most, but not all apps)
<ocdtrekkie> I honestly just don't think anyone's tried to fix it.
<ocdtrekkie> xet7: Did you ever look at the Davros code for this? I know you got the actual details from ownCloud client's repo about what was missing.
<xet7> In that GitHub issue is details what is missing
<xet7> file permissions
<xet7> I did not go so far to modify Davros code