Skip to content
/ admin Public
forked from obl-ong/panel

Multi-tenant domain services built with Ruby on Rails, open source and forever free. Powering the obl.ong domain registry.

License

Notifications You must be signed in to change notification settings

cjdenio/admin

 
 

Repository files navigation

Obl.ong: Free, quality domains backed by a nonprofit

Admin by Obl.ong

produced by human, not by AI

produced by human, not by AI

An application for multi-tenant domain services (registry, registrar, zone management, and more) built with Ruby on Rails, open source and forever free.

This powers the obl.ong domain registry, which provides free, quality domains for all.

Built by Obl.ong, a membership-first nonprofit -- we encourage contributions!

Building

  • Install Ruby 3.3.0

  • Install Ruby on Rails with Bundler

  • Install Bun for compiling tailwind

  • Pull submodules

  • Run rails credentials:edit and add these keys:

    dnsimple:
      access_token: DNSIMPLE_ACCESS_TOKEN
      account_id: ACCOUNT_ID
    
    postmark_api_token: "POSTMARK_API_TOKEN"
    sentry: SENTRY_URI
    
  • Run rails assets:precompile (if building for prod - DO NOT DO IN DEVELOPMENT)

  • Copy app/javascript/application.js to public/assets/application-{hash}.js (must be done every time assets is recompiled)

  • Edit config/application.rb to reflect your environment

  • Start the server with bin/rails server

Translations

We are working to integrate with Weblate to allow for translation submissions.

Screenshots

Domains index showing 3 domains

DNS page for fionaho.obl.ong showing 2 records, an A record to 1.1.1.1, and a CNAME at demo to example.com

About

Multi-tenant domain services built with Ruby on Rails, open source and forever free. Powering the obl.ong domain registry.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 52.1%
  • HTML 38.9%
  • JavaScript 5.3%
  • CSS 3.5%
  • Other 0.2%