Ian Denhardt
                                            Ian Denhardt
                                        
                                    Looks like your nginx config is missing the section that actually maps `/fake-smtp-auth`. See: https://docs.sandstorm.io/en/latest/administering/email/#configure-port-25-the-advanced-way-proxy-smtp (the second code block in that section)
If we had the control socket in place this would be a good candidate for using that; we could just call into sandstorm's frontend rather than muck with line length.
At some point we did add subcommands `configure-acme-challenge`, `create-acme-account`, and `renew-certificate`, though I see that these aren't documented anywhere except `sandstorm --help`; probably we should have a docs page about...
Hm, not sure why it's failing in CI; passes on my local machine...
I've pulled in the changes from master. The build is still failing in CI though and I'm not sure why -- it doesn't fail when I build it locally. Can...
I guess my objection is to shoving stuff in the UI that requires fairly sophisticated knowledge of the platform to even understand what it does. Note that on GitHub at...
Vaguely related, there's also no way to "clear" the avatar, which might be useful.
(Also, for the future, you don't need to open a second pull request to make changes; you can just add more changes to the existing branch and push, and it...
Pijul's Nest might be a good "real" app to package once we've figured out the basic stack: https://pijul.org/posts/2023-05-23-nest-a-new-hope/
I think dumping it in .sandstorm is a good idea, but what I actually had in mind was putting *in the spk*, so you can work out how a package...