-
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
Is this project still active? #452
Comments
Hi @turian: |
staticman still works well! Sure there are a lot of issues and not a lot of recent commits. But you can still successfully set it up using the current instructions. If you have more details into the issues you experienced, then it's more likely that others can assist. |
This is a relevant question. As of #451 the instructions for Heroku, which is what most seems to use, will no longer work. |
They've been looking for maintainers for the past year and a half. #428. So far, no one has really had the time to step up. At the same time, people are creating forks, but changes and improvements are getting fragmented since there is no one to triage pull requests. I'm not sure how to solve this problem. Maybe creating a Slack group to discuss all of the forks and pull requests would be a good start, kind of like crowdsourcing the pull requests. |
I was having issues with staticman and the fact that the free tier is gone in Heroku means I had to find another solution to host the app. staticman wasn't designed for lambdas so I decided to rewrite one that works in cloudflare workers. Have made it pretty straightforward to deploy and is compatible with the staticman site configuration file as well. https://github.com/zanechua/comment-worker There's stuff missing at the moment as it was just something that I quickly put together for my needs. I made some improvements but we're not at feature parity to staticman at the moment. Look at the meta issue for more information. |
@jamesmortensen I would recommend, to look at the forks you mentioned, and for those that made changes in a reasonable quality, ask the maintainers if they would accept to become administrators (together with you and the others that accept), and then promote them. |
Hey folks, appreciate your interest in this project. As others have noted, this project has been looking for a new maintainer for some time now. I like the cloudflare worker approach, it's probably how I would architect this project now that Heroku free tier is gone. I shared some thoughts in the discussion thread here. Feel free to discuss alternatives or forks and as always, we're open to someone stepping up to maintain this project again. If the state of this project is daunting, maybe @zanechua would be open to contributions on comment-worker which may be easier for new maintainers to get up to speed with. |
Thanks @alexwaibel Happy to take any code contributions to https://github.com/zanechua/comment-worker to get to feature parity to staticman. The meta issue is where we're currently at today and what needs to be done. |
It would be so great if there were a way to host comments entirely from github or gitlab. Thinking aloud here, something like the following might work?
Just a brainstorm and I hope it is not rude to leave this :) A comments-specific project with needed pipelines could be setup, then copy/pasted for creating new projects on gitlab/github. The deploy pipeline could serve json payloads requested by another app rendering them as comments. Another approach; the user creates a reply or comment at the static site then, when they want to submit the comment, render out the exact contents of a file including any headers and the main comment and link the user to the "create new file" page with instructions to paste results there and submit them as a new file. This could work very well because the scripts used to generate the comments file and later validate that file in an MR/PR pipeline would not be impractical to maintain. |
I love the idea of staticman. But I spent a few hours yesterday trying to get it working and couldn't. Previous issues discuss how some of the docs are stale. And there have been no commits since 2020.
Is this project still active? Or is there a more recent alternative I should consider?
p.s. thank you for your hard work, staticman seems awesome and I want to use it
The text was updated successfully, but these errors were encountered: