Git Product home page Git Product logo

orbita's Introduction

Orbita

Orbita is free open source application for creating personal blog with subscriptions.

You can think this as a simple self-hosted analog of Patreon, Boosty and OnlyFans.

The point is to store your content on your server without any limitations from big platform holders. With Orbita you are able to publish your content and receive money from a grateful audience.

This application is designed to be installed on your own server using Docker. You will not need to follow the rules of a third-party platform and pay its fees. Payments from subscribers will be sent directly to your payment gateway.

You own your server and all the data.

How to run

Download source code, copy .env.dist into .env, specify correct SITE_URL and maybe other settings.

Then docker-compose up and wait when all images will be downloaded and built.

I assume you will use some web proxy with TLS certificate to handle connections, so by default Orbita listen only localhost port 8080. You can change the host by adding NGINX_HOST=0.0.0.0 into .env.

Admin panel is available under your-site-url.com/admin, login with user admin and password admin.

Payment gateways

There are some built-in gateways located in core/src/Services/Payments. Please use it as an example for your payment connectors. They should extend abstract class PaymentService.

Active gateways are listed under PAYMENT_SERVICES setting. Services supporting subscriptions (periodical payments) should also be listed under PAYMENT_SUBSCRIPTIONS.

Don't forget to put svg logo of new service into frontend/src/public/payments.

Payment classes are CamelCase, logo images are kebab-case.

Issues

This is a new project, many things could be unclear, so don't hesitate to ask your questions. I will continue to develop this project according to your feedback!

Screenshots

orbita's People

Contributors

achterbahn avatar bezumkin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.