dasdashboard VS rgca

Compare dasdashboard vs rgca and see what are their differences.

dasdashboard

local dashboard with focus on easy editing (by seldomU)

rgca

Experiment in SSL CA management. (by linsomniac)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
dasdashboard rgca
3 6
10 2
- -
6.5 0.0
29 days ago over 1 year ago
JavaScript Python
MIT License Creative Commons Zero v1.0 Universal
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dasdashboard

Posts with mentions or reviews of dasdashboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-23.
  • Ask HN: Tools you have built for yourself?
    17 projects | news.ycombinator.com | 23 Jan 2023
    A UI for shell commands. It started when a project had so many helper scripts that I kept forgetting how to call them, so I made this dashboard or command-runner. https://github.com/seldomU/dasdashboard
  • Monthly 'Shameless Self Promotion' thread - 2022/12
    8 projects | /r/devops | 2 Dec 2022
    Hi all. Das dashboard is a tool I wrote when a growing number of scripts (build, deploy, test, dev-server etc) became hard to manage. It's a quick way to add a GUI layer on top of scripts. All configuration and logic can be added inside the app, similar to editing a wiki.
  • [Showoff Saturday] Das Dashboard โ€“ a local, JS-programmable, git-friendly open source dashboard app.
    1 project | /r/webdev | 12 Nov 2022
    Hi all! Here's the app on github. It lets you create UI widgets and run shell commands. Originally I made this to organize an ever-growing heap of automation scripts (build, deploy, test, dev-server etc). It works well for my needs and I use it in multiple projects now. I decided to brushed it up and put it on NPM to see if it could become a thing. If you find it useful, I'd be happy to hear about it.

rgca

Posts with mentions or reviews of rgca. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-16.
  • Running oneโ€™s own root Certificate Authority in 2023
    12 projects | news.ycombinator.com | 16 Sep 2023
    Shameless plug, there's also https://github.com/linsomniac/rgca

    I've been using it at work for the last year for our certs and it's been quite nice. It can do pre/post hooks as well, so it directly commits the updated CA serial files to our git repo.

  • Ask HN: Tools you have built for yourself?
    17 projects | news.ycombinator.com | 23 Jan 2023
    I built a TLS certificate tool targeted towards my company usecase for internal certificates (developers, OpenVPN, internal certificates): https://github.com/linsomniac/rgca

    It's big features are that the cert generation can entirely be controlled from the command line, config, or environment, or any combination of the above, and it has tooling for the situation where I have an existing cert but want to add or remove a name from it. It also has pre/post scripts so I can have it do things like add it to the Ansible repo, vault encrypt it, and commit it. Beats the 10+ year old script that didn't work with Subject Alt Names.

  • Do you guys use Python classes in your day-to-day devops code?
    1 project | /r/devops | 4 Oct 2022
    Over the last year I've written several CLIs in click and typed and settles on typer because there's a little less repetition. Typer let me do some really nice things in my certificate generation tool like chaining multiple config files, the environment, and the command line to create certs. https://github.com/linsomniac/rgca
  • Ask HN: What Are You Working On? (September 2022)
    1 project | news.ycombinator.com | 1 Sep 2022
    I've always found the OpenSSL tools painful for managing internal self-signed certificates. At work we make fairly heavy use of them, and are starting to make even heavier use. Our use is more than EasyRSA can provide. So I've been working on a new CA tool:

    https://github.com/linsomniac/rgca

    In a nod to OpenSSL config files, it can take almost all values: from the command line, from the environment, or from one or more config files. It also allows "pre" and "post" commands so you can run a script after generating the cert, for example for server certs I have a "post" script that will copy it into the appropriate location in the Ansible repo, encrypt the key file, and commit it all.

    I still need to implement a "renew" which will take an existing cert, update the expiration date, but also allow adding/removing SANs, possibly other features. But I've been using it to generate all our certs recently and it's working great.

  • Feedback on a Self-signed SSL CA?
    2 projects | /r/devops | 11 Jun 2022
    At work we use self-signed certificates for internal and developer use. I inherited some scripts that wrapped the openssl CLI but weren't supporting new uses like the prevalence of Subject Alternatives Names. So I reimagined it and have published what I have so far here: https://github.com/linsomniac/rgca With an appropriate config file, the typical use would be: rgca ca new example.com rgca cert new user1.example.com rgca cert new --san test.example.com --san test2.example.com user2.example.com Basically everything can be configured by settings in (possibly multiple) config files, environment variables, and CLI options. Expected use is that things like the subject values (country, state, locality, email) are set in the config file, so the CLI can be short. Instead of: rgca cert new --C US --ST Colorado --L Fort Collins [...] It should be compatible with existing CA setups with OpenSSL CLI tools, it writes the "serial" and "index.txt" files. Looking for feedback on the direction this is going in. Thanks!
  • If OpenSSL Were a GUI
    3 projects | news.ycombinator.com | 10 Jun 2022
    It can also run pre and post scripts to, say update your serial/index in git, and deploy keys to the server, say you are rekeying every 30 days...

    Interested in feedback.

    https://github.com/linsomniac/rgca

What are some alternatives?

When comparing dasdashboard and rgca you can also consider the following projects:

openship - multi-channel fulfillment at scale

hckrweb - Hcker News mobile web app

hackerer-news

pashword - ๐Ÿ”’ Pashword - Never forget passwords ever again! Free and Open Source Hashed Password Generator

sparrowci_web - ci.sparrowhub.io website

cfssl - CFSSL: Cloudflare's PKI and TLS toolkit

pcreds - save ~20 seconds when copy/pasting to your aws credentials file from Control Tower

gitgrep - Lightning fast code searching made easy

daemon - a personal web server, one line of config to add a reverse proxy