Detail Guide for Github Staticman App
See original GitHub issueIs there a detailed guide on how to use app? I’m using Jekyll and plan to switch from the collaborator to the app.
Followed every steps below:
- Remove staticmanapp as a collaborator
- Go to https://github.com/apps/staticman-net and install the application on your repository
- Submit a comment to the new v3 endpoint, using dev.staticman.net as the base URL – i.e. https://dev.staticman.net/v3/entry/github/[USERNAME]/[REPOSITORY]/[BRANCH]
Getting a 400 “Invalid Version” error when using the post action below
https://dev.staticman.net/v3/entry/github/[USERNAME]/[REPOSITORY]/[BRANCH]
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Getting started - Staticman
These instructions walk you through deploying your own instance of Staticman and connecting it to your static site. Step 1. Git provider authentication....
Read more >Adding Staticman Comments | Performance Matters
I've added comments to my blog. You can find the existing comments, if any, and the new comment form at the bottom of...
Read more >Staticman at Heroku - Spinning Numbers
Staticman is a small web service that handles a POST request from your comment form, runs various validations and pushes the resulting comment...
Read more >Staticman with GitHub and Zeit Now - part 2 - Blogger Bust
If you ever want to revoke the Zeit Now app from your GitHub bot ... Now for GitHub if you have any trouble...
Read more >Staticman: Setting up my own instance - Gabe's Code
Many NodeJS apps (including Staticman) rely on an environment variable ... The Staticman project on GitHub does have some instructions on ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@wini3d I’m sorry for eating my words said one and a half years ago. Thanks to https://hajekj.net/2020/04/15/staticman-setup-in-app-service/, I has provided an illustrated API setup guide: https://github.com/pacollins/hugo-future-imperfect-slim/wiki/staticman.yml.
@wini3d I’ve never (and I won’t) use the lastest GitHub Apps version (for reasons detailed iin my earlier comment https://github.com/eduardoboucas/staticman/issues/299#issuecomment-508029359), and I don’t know any guide about that.
Since you ask for issues about the lastest version, there’s one thing I can be sure: spam issue still concerns the GitHub Apps version. See the following repo for an example: https://github.com/zinefer/zinefer.github.com/pulls?utf8=✓&q=is%3Apr+label%3ASpam
Actually, the quoted instructions on the top is detailed enough. You just need to replace
dev
withapi
due to https://github.com/eduardoboucas/staticman/issues/278#issuecomment-475170669.Support for Heroku deploy button has already been requested in #305. I’d be glad to see a PR for the deploy button.