No description
| app | ||
| bin | ||
| config | ||
| db | ||
| lib | ||
| log | ||
| storage | ||
| test | ||
| tmp | ||
| vendor | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .ruby-version | ||
| config.ru | ||
| Dockerfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| Rakefile | ||
| README.md | ||
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