import{_ as o}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as r,a as l,b as s,d as i,e as a,f as n,r as h,o as d}from"./app-42vVvAb-.js";const p={};function c(k,e){const t=h("RouteLink");return d(),r("div",null,[e[31]||(e[31]=l('

Ocelot.Social

Backend Test CIWebapp Test CIE2E Test CIBuild Status PublishMIT LicenseDiscord ChannelOpen Source Helpers

Ocelot.social is free and open source software program code to run social networks. Its development is supported by a community of programmers and interested network operators.

ocelot.social

Our goal is to enable people to participate fairly and equally in online social networks. The equality of opportunity applies both to the fundamental equality of all people and to the possibility of letting their diverse voices be heard.

We therefore consider it desirable that operators offer such networks so that people can choose where they want to be on the move.

Our vision for the future is that at some point it should be possible to link these networks together (ActivityPub, Fediverse) so that users can also connect with people from other networks - for example, by friending them or following posts or other contributions.

If you would like to help set up this capability with us, please contact us.

In other words, we are interested in a network of networks and in keeping the data as close as possible to the user and the operator they trusts.

Screenshots

Post feed

Check out more screenshots here.

Features

Ocelot.social networks features:

Check out the full feature list.

User Guide and Frequently Asked Questions

In the wiki you can find more information.

Demo

Try out our live demo network, see here.

Help us

If you're wondering how you could help, there are plenty of ways, e.g.:

',23)),s("ul",null,[e[5]||(e[5]=l('
  • Spread the good word about ocelot.social to make it more popular:
  • ',1)),s("li",null,[e[1]||(e[1]=i("Take a ")),e[2]||(e[2]=s("a",{href:"https://github.com/Ocelot-Social-Community/Ocelot-Social/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22",target:"_blank",rel:"noopener noreferrer"},"good first issue",-1)),e[3]||(e[3]=i(" or issues that need help. Make sure to read ")),a(t,{to:"/CONTRIBUTING.html"},{default:n(()=>e[0]||(e[0]=[i("CONTRIBUTING.md")])),_:1}),e[4]||(e[4]=i(" first though."))]),e[6]||(e[6]=s("li",null,[i("Testing and "),s("a",{href:"https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},"reporting"),i(" bugs.")],-1)),e[7]||(e[7]=s("li",null,[i("Translating: Please "),s("a",{href:"#contact"},"contact us"),i(".")],-1)),e[8]||(e[8]=s("li",null,"Reviewing and testing pull requests.",-1))]),e[32]||(e[32]=l(`

    Your donation is very welcome and helps to enhance and improve the network. This software is mostly developed and maintained by the association busFaktor() e.V. . Please support us with a donation to busFaktor() e.V. . Thanks a lot! ❤️

    Contact

    Are you interested in operating your own ocelot.social network or becoming a user? Please contact us here:

    For Developers and Contributors

    Introduction

    Have a look into our short video: ocelot.social - GitHub - Developer Welcome - Tutorial (english)

    Directory Layout

    There are three important directories:

    In order to setup the application and start to develop features you have to setup webapp and backend.

    There are two approaches:

    1. Local installation, which means you have to take care of dependencies yourself.
    2. Or install everything through Docker which takes care of dependencies for you.

    Installation

    Clone the Repository

    Clone the repository, this will create a new folder called Ocelot-Social:

    Using HTTPS:

    $ git clone https://github.com/Ocelot-Social-Community/Ocelot-Social.git

    Using SSH:

    $ git clone git@github.com:Ocelot-Social-Community/Ocelot-Social.git

    Change into the new folder.

    $ cd Ocelot-Social

    Live Demo and Developer Logins

    Try out our deployed development environment.

    Visit our staging networks:

    Login

    Logins for the live demos and developers (local developers after the following installations) in the browser:

    emailpasswordrole
    user@example.org1234user
    moderator@example.org1234moderator
    admin@example.org1234admin

    Docker Installation

    Docker is a software development container tool that combines software and its dependencies into one standardized unit that contains everything needed to run it. This helps us to avoid problems with dependencies and makes installation easier.

    General Installation of Docker

    There are several ways to install Docker on your computer or server.

    Check the correct Docker installation by checking the version before proceeding. E.g. we have the following versions:

    # use Docker version 24.0.6 or newer
    # includes Docker Compose
    $ docker --version
    Start Ocelot-Social via Docker Compose

    ATTENTION: For using Docker commands in Apple Silicon environments see here.

    Prepare ENVs once beforehand:

    # in folder webapp/
    $ cp .env.template .env
    
    # in folder backend/
    $ cp .env.template .env
    
    For Development:
    
    \`\`\`bash
    # in main folder
    $ docker compose up

    For Production:

    # in main folder
    $ docker compose -f docker-compose.yml up

    This will start all required Docker containers.
    Make sure your database is running on http://localhost:7474/browser/.

    Prepare database once before you start by running the following command in a second terminal:

    # in main folder while docker compose is up
    $ docker compose exec backend yarn run db:migrate init
    $ docker compose exec backend yarn run db:migrate up

    Then clear and seed database by running the following command as well in the second terminal:

    # in main folder while docker compose is up
    $ docker compose exec backend yarn run db:reset
    $ docker compose exec backend yarn run db:seed
    `,47)),s("p",null,[e[11]||(e[11]=i("For a closer description see ")),a(t,{to:"/backend/"},{default:n(()=>e[9]||(e[9]=[i("backend")])),_:1}),e[12]||(e[12]=i(".")),e[13]||(e[13]=s("br",null,null,-1)),e[14]||(e[14]=i(" For a full documentation of the Docker installation see ")),a(t,{to:"/SUMMARY.html"},{default:n(()=>e[10]||(e[10]=[i("summary")])),_:1}),e[15]||(e[15]=i("."))]),e[33]||(e[33]=s("h4",{id:"local-installation",tabindex:"-1"},[s("a",{class:"header-anchor",href:"#local-installation"},[s("span",null,"Local Installation")])],-1)),s("p",null,[e[17]||(e[17]=i("For a full documentation of the local installation see ")),a(t,{to:"/SUMMARY.html"},{default:n(()=>e[16]||(e[16]=[i("summary")])),_:1}),e[18]||(e[18]=i("."))]),e[34]||(e[34]=l(`

    Contributing

    Choose an issue (consider our label good-first-issue) and leave a comment there. We will then invite you to join our volunteers team. To have the necessary permission to push directly to this repository, please accept our invitation to join our volunteers team, you will receive via the email, Github will send you, once invited. If we did not invite you yet, please request an invitation via Discord.

    We are happy if you fork our repository, but we don't recommend it for development. You do not need a fork.

    Clone this repository locally as described above, create your branch named <issue-number>-<description>, add your code and push your branch direct to this repository. Then create a PR by comparing it to our master.

    !!! Be aware: Please don't compare from a fork, because the tests are breaking caused by credential problems.

    Please run the following commands before you push:

    # in folder backend/
    $ yarn lint --fix
    $ yarn test
    # in folder webapp/
    $ yarn lint --fix
    $ yarn locales --fix
    $ yarn test

    Check out our contribution guideline, too!

    Developer Chat

    Join our friendly open-source community on Discord 😻 Just introduce yourself at #introduce-yourself and mention a mentor or @@Mentors to get you onboard 🤓

    We give write permissions to every developer who asks for it. Just text us on Discord.

    Deployment

    `,13)),s("p",null,[e[20]||(e[20]=i("Deployment methods can be found in our ")),e[21]||(e[21]=s("code",null,"deployment",-1)),e[22]||(e[22]=i(" folder described in the ")),a(t,{to:"/deployment/"},{default:n(()=>e[19]||(e[19]=[i("README")])),_:1}),e[23]||(e[23]=i(". Our branding template is our ")),e[24]||(e[24]=s("a",{href:"https://github.com/Ocelot-Social-Community/stage.ocelot.social",target:"_blank",rel:"noopener noreferrer"},"stage.ocelot.social",-1)),e[25]||(e[25]=i(" repository. Place your branding repository inside ")),e[26]||(e[26]=s("code",null,"deployment/configurations",-1)),e[27]||(e[27]=i("."))]),e[35]||(e[35]=l(`

    The only deployment method in this repository for production purposes is Kubernetes for now. But we just started to develop a deployment for Docker Compose as well.

    The only deployment method with branding in this repository for development purposes as described above is Docker Compose:

    # in folder deployment/
    # set your branding folder name in .env
    # then run
    $ docker compose up

    The code is branded automatically. To setup the Neo4j database see above.

    Technology Stack

    For Testing

    Attributions

    Locale Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.

    Browser compatibility testing with BrowserStack.

    BrowserStack Logo

    License

    `,13)),s("p",null,[e[29]||(e[29]=i("See the ")),a(t,{to:"/LICENSE.html"},{default:n(()=>e[28]||(e[28]=[i("LICENSE")])),_:1}),e[30]||(e[30]=i(" file for license rights and limitations (MIT)."))])])}const m=o(p,[["render",c],["__file","index.html.vue"]]),b=JSON.parse('{"path":"/","title":"Ocelot.Social","lang":"en-US","frontmatter":{},"headers":[{"level":2,"title":"Screenshots","slug":"screenshots","link":"#screenshots","children":[]},{"level":2,"title":"Features","slug":"features","link":"#features","children":[]},{"level":2,"title":"User Guide and Frequently Asked Questions","slug":"user-guide-and-frequently-asked-questions","link":"#user-guide-and-frequently-asked-questions","children":[]},{"level":2,"title":"Demo","slug":"demo","link":"#demo","children":[]},{"level":2,"title":"Help us","slug":"help-us","link":"#help-us","children":[]},{"level":2,"title":"Donate","slug":"donate","link":"#donate","children":[]},{"level":2,"title":"Contact","slug":"contact","link":"#contact","children":[]},{"level":2,"title":"For Developers and Contributors","slug":"for-developers-and-contributors","link":"#for-developers-and-contributors","children":[{"level":3,"title":"Introduction","slug":"introduction","link":"#introduction","children":[]},{"level":3,"title":"Directory Layout","slug":"directory-layout","link":"#directory-layout","children":[]},{"level":3,"title":"Installation","slug":"installation","link":"#installation","children":[]},{"level":3,"title":"Live Demo and Developer Logins","slug":"live-demo-and-developer-logins","link":"#live-demo-and-developer-logins","children":[]},{"level":3,"title":"Contributing","slug":"contributing","link":"#contributing","children":[]},{"level":3,"title":"Deployment","slug":"deployment","link":"#deployment","children":[]},{"level":3,"title":"Technology Stack","slug":"technology-stack","link":"#technology-stack","children":[]},{"level":3,"title":"Attributions","slug":"attributions","link":"#attributions","children":[]},{"level":3,"title":"License","slug":"license","link":"#license","children":[]}]}],"git":{"createdTime":1752750935000,"updatedTime":1752750935000,"contributors":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com","commits":1}]},"readingTime":{"minutes":5.45,"words":1634},"filePathRelative":"README.md","localizedDate":"July 17, 2025","excerpt":"\\n

    \\"Backend\\n\\"Webapp\\n\\"E2E\\n\\"Build\\n\\"MIT\\n\\"Discord\\n\\"Open

    "}');export{m as comp,b as data};