No description
Find a file
2026-06-19 16:04:48 +05:30
app add yml for path and ui tweaks 2025-02-05 19:22:15 +05:30
bin initial commit 2024-03-22 15:13:29 +05:30
config add yml for path and ui tweaks 2025-02-05 19:22:15 +05:30
db add yml for path and ui tweaks 2025-02-05 19:20:48 +05:30
lib initial commit 2024-03-22 15:13:29 +05:30
log initial commit 2024-03-22 15:13:29 +05:30
storage initial commit 2024-03-22 15:13:29 +05:30
test admin set for add/remove users 2024-05-14 16:25:29 +05:30
tmp initial commit 2024-03-22 15:13:29 +05:30
vendor initial commit 2024-03-22 15:13:29 +05:30
.dockerignore initial commit 2024-03-22 15:13:29 +05:30
.gitattributes initial commit 2024-03-22 15:13:29 +05:30
.gitignore add yml for path and ui tweaks 2025-02-05 19:20:48 +05:30
.ruby-version initial commit 2024-03-22 15:13:29 +05:30
config.ru initial commit 2024-03-22 15:13:29 +05:30
Dockerfile initial commit 2024-03-22 15:13:29 +05:30
Gemfile added totp qrcode 2024-11-15 18:32:33 +05:30
Gemfile.lock added totp qrcode 2024-11-15 18:32:33 +05:30
Rakefile initial commit 2024-03-22 15:13:29 +05:30
README.md Update README.md 2026-06-19 16:04:48 +05:30

README

This README would normally document whatever steps are necessary to get the application up and running.

How to run

  • $ bundle install
  • $ bin/rails db:migrate
  • $ VISUAL="vim --wait" bin/rails credentials:edit -e production
  • $ rails s -e production
  • $ add your powerdns configuration file to config/pdns.yml

Things You may want to know

  • Uses ROTP gem for MFA
  • HTMX is used for REST
  • Styled by using bootstrap
  • sqlite3 is the database
  • bin/importmap used add htmx & bootstrap js
  • change path for powerdns configuration file in app/controllers/services/conf_manager.rb "PATH" variable