jhawk28 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
funwhilelost has joined #sandstorm
abcsystem has joined #sandstorm
<abcsystem>
hi, how do i set TXT dns for Wordpress (sandstorm) in domain.com? I could do it on other providers without problem, but with domain.com, there is just single field for TXT.
<abcsystem>
and putting "sandstorm-www.myserver.com IN TXT yfgj5zf04f44yo5hbws5" , shows "Host "sandstorm-www.myserver.com" must have exactly one TXT record." when trying to navigate to site.
<abcsystem>
any suggestions are welcome :)
<kentonv>
abcsystem: I haven't used domain.com. Maybe you could provide a screenshot of the interface?
<kentonv>
abcsystem: I think the "content" box should only contain "yfgj5zf04f44yo5hbws5". But it's not clear where to specify the subdomain name...
<kentonv>
oh, maybe under "subdomains"
<kentonv>
you would want to create sandstorm-www as a subdomain, then set the TXT record on that
<abcsystem>
thx, will try
funwhilelost has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TC01 has quit [Remote host closed the connection]
<kentonv>
abcsystem: I figured out which domain is yours and it looks like you've made sandstorm-www be a CNAME to Oasis. FWIW that's not correct -- the subdomain should have the TXT record but should not be a CNAME. The host that people will type into their address bar should be the CNAME.
<kentonv>
abcsystem: Unfortunately the DNS standard does not allow the main domain to be a CNAME, so you may need to use "www." (and "sandstorm-www.www." for the TXT record).
<kentonv>
abcsystem: Alternatively, set an A record and copy the IP address, but note that we don't guarantee that our IP address won't change...
<ill_logic_>
I'm packaging an app that is not my project.
TC02 has quit [Ping timeout: 256 seconds]
<ill_logic_>
I wanted to license my package as MIT, but the app is GPL-3.0.
<ill_logic_>
Eh
<ill_logic_>
I was going to ask what license should go in the definition file
<ill_logic_>
But I should probably match the license anyway.
<ill_logic_>
I'm probably violating the GPL if I don't license my package as GPL3
<ill_logic_>
Rubber duck! Oh well. Thanks.
<TimMc>
ill_logic_: Yup! GPL is "infectious". :-)
<TimMc>
I don't know the intricacies of what counts as "linking" but if you're packaging it up, you'd just match the license.
TC02 has joined #sandstorm
samba__ has joined #sandstorm
<ill_logic_>
Do you know why my app id wouldn't be found in the keychain?
<ill_logic_>
I accidentally ran vagrant-spk init a couple times on the same app, and the keychain keeps getting longer.
<ill_logic_>
I assumed that it didn't delete the old keys.
<ill_logic_>
Does it?
<dwrensha>
it shouldn't delete old keys
<dwrensha>
one gotcha is that if you try to use `spk` from within a `vagrant-spk vm ssh` session it will not look in the same place for keys as `vagrant-spk` does
<ill_logic_>
well I hope it was a fluke
<ill_logic_>
I just generated my package with a new app id
<ill_logic_>
maybe I created the first one on a different user account or something
<ill_logic_>
asheesh: I made a package for the kiwix thing. I'll find a place to upload it and send you an email, hopefully later today.
<ill_logic_>
Still uses the binaries, but good news from Kiwix is that they're rather close to making kiwix-serve buildable
<ill_logic_>
and they're working on making it a debian package anyway