-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation for self-hosted staticman + gitlab #441
Comments
@rriemann Yeah, the project and docs aren't packaged up well these days. I can say that GitLab definitely works - or at least it worked several months ago when I last did a build. However, I got it all to work by looking at the code. You might have more success by looking at the latest code for the documentation site - https://github.com/eduardoboucas/staticman.net |
I'm in a similar position, trying to follow documentation / blog posts but am stuck with Best! |
I eventually programmed some Ruby CGI code that receives a POST request and sends the the comment in a YAML file per email attachment. For just very few comments, this seems to be a workable solution for me that does not require yet Staticman. |
Hi Robert, that seems like it would be a great solution for me. Very interested if you end up making that code public! |
Has there been any updates regarding this? I'm getting this error even on GitHub. |
Hi @kris-github-bot , please find my code to send comments (in yaml format) from the blog to my email address here: https://blog.riemann.cc/2021/12/27/jekyll-import-disqus-comments-for-staticman/#receiving-new-comments Let me know if you spot security problems! ;) |
Dear all,
I have been reading many blog posts about staticman. I've managed to install it on https://uberspace.de and expose it to https://my-domain/staticman. However, whenever I try to submit a comment, I get the error: Error: Require an
oauthToken
ortoken
optionI don't understand how I can tell staticman to rely on Gitlab instead of Github. I am confused with respect to API v2 and v3.
I would appreciate a guide that explains how to setup Staticman for Gitlab with example configurations for staticman.yml and production.json.
All the best!
Robert
The text was updated successfully, but these errors were encountered: