mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-03-09 03:33:05 -05:00
Pull stars from github - Improvement #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zenxedo on GitHub (Aug 16, 2024).
Originally assigned to: @nodiscc on GitHub.
Can you consider adding the stars of the project from github? I think this would make it easier to see the most popular choice and come in handy with what to check out first. I think this can be done using github actions with a python script that updates daily.
@zenxedo commented on GitHub (Aug 16, 2024):
The html version has it all https://awesome-selfhosted.net/
@nodiscc commented on GitHub (Aug 17, 2024):
Hi, I am also the maintainer of awesome-selfhosted. I have been planning for a while to add the same CI/static site generation system as awesome-selfhosted to awesome-sysadmin; but didn't find time to do so. The list could be hosted on a subdomain of
awesome-selfhosted.net, e.g.sysadmin.awesome-selfhosted.net@anonhostpi commented on GitHub (Jul 1, 2025):
PowerShell may be more ergonomic and intuitive to use than Python with
Invoke-RestMethod <args> | ... (some transformations) ... | Out-String "README.md", especially considering this site gains a lot of traction from actual Sys AdminsIf Github's API is intutive you may even be able to do this in a one-liner