Giter Site home page Giter Site logo

bezumkin / orbita Goto Github PK

View Code? Open in Web Editor NEW
46.0 6.0 12.0 1.44 MB

Self-hosted blog with subscriptions

Home Page: https://orbitacms.ru

License: MIT License

PHP 42.83% Smarty 1.34% Dockerfile 0.33% TypeScript 10.53% Vue 31.87% SCSS 3.87% JavaScript 9.23%

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

git clone https://github.com/bezumkin/orbita.git
cd orbita
cp .env.dist .env
docker compose up --build

I assume you will use some web proxy with TLS certificate to handle connections, so by default Orbita listen only http://127.0.0.1:8080. You can change the host by adding NGINX_HOST=0.0.0.0 in the .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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

orbita's Issues

Поддержка протокола ActivityPub

https://ru.ruwiki.ru/wiki/ActivityPub
https://activitypub.rocks/

Существует платформа-видеохостинг которая этот протокол поддерживает - PeerTube.
Также существуют сервера PeerTube на территории РФ - https://peervideo.ru (есть ещё https://peertube.su, но ему плохо в последнее время).
Есть и другие, можно посмотреть тут - https://peertube.fediverse.observer/list

Этот протокол позволяет общаться пользователям с разных серверов/сервисов, например - Mastodon и его форки, Pleroma, Akkoma, Misskey и его форки (аналоги Twitter), Smithereen (буквально старый ВК), Pixelfed (аналог Запрещённограмма) и очень много прочих. Каждый из этих сервисов могут видеть контент друг друга.
Далее скриншоты под спойлерами, дабы не удлиннять описание.

Пример:

24-08-2024_11-11

Интерфейс PeerTube:

24-08-2024_11-13

изображение

Как видно канал с другого сервера PeerTube:

24-08-2024_11-16

Как видно канал PeerTube через Mastodon:

1

Мне не известен аналогичный софт, который бы покрывал данную нисшу в сети Fediverse (https://fediverse.party), которую вы декларируете.

Error docker-compose: orbita-php-fpm: composer db:migrate

Installation almost working.
On my Mac when running docker-compose up

migrate [-c|--configuration CONFIGURATION] [-p|--parser PARSER] [--no-info] [-e|--environment ENVIRONMENT] [-t|--target TARGET] [-d|--date DATE] [-x|--dry-run] [--fake]
Script phinx migrate handling the db:migrate event returned with error code 1
Composer could not detect the root package (bezumkin/orbita) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating autoload files
46 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Composer could not detect the root package (bezumkin/orbita) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
> phinx migrate
Phinx by CakePHP - https://phinx.org.
using config file phinx.php
In ConnectionFactory.php line 274:
                          
  Unsupported driver [].  

Reordering menu tabs

In the admin panel, a more logical order of the tabs would be:

Topics / Topics
Videos / Videos
Notifications / Benachrichtigungen
Pages / Seiten
"space"
Subscriptions / Abos
Settings / Einstellungen
"space"
Users / Benutzer
Roles / Benutzerrollen

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.