greatape is a free social audio & video social-media platform that can be used via an app. greatape is a Fediverse technology that supports Federation via ActivityPub.
 
 
Go to file
Xeronith cdf258e158 fix(api): 🩹 exclude tokens from response 2023-08-05 13:06:45 +03:30
app refactor(project): 🧱 improve federation 2023-07-17 17:12:49 +03:30
assets/media docs(project): 📝 update readme 2023-04-21 10:15:42 +03:30
components fix(api): 🩹 exclude tokens from response 2023-08-05 13:06:45 +03:30
providers refactor(providers): 🧑‍💻 improve messaging and email 2023-06-07 11:02:03 +03:30
test refactor(project): ♻️ update code according to dependency changes 2023-06-26 11:28:16 +03:30
.dockerignore feat(project): update Dockerfile 2023-05-02 00:40:53 +03:30
.gitignore fix(components): 🔧 update default config 2023-05-01 14:43:07 +03:30
Dockerfile feat(project): add jwt configuration 2023-05-12 12:45:58 +03:30
LICENSE added Massoud Seifi name to copyright owner 2023-05-30 12:34:26 -07:00
README.md docs(project): 📝 update readme 2023-06-14 21:02:34 +03:30
config.yaml feat(config): 🔧 update default configurations 2023-06-14 21:02:23 +03:30
config.yaml.sample feat(config): 🔧 update default configurations 2023-06-14 21:02:23 +03:30
docker-compose.yaml feat(project): add jwt configuration 2023-05-12 12:45:58 +03:30
go.mod chore(project): ⬆️ upgrade dependencies 2023-07-17 17:08:37 +03:30
go.sum chore(project): ⬆️ upgrade dependencies 2023-07-17 17:08:37 +03:30
main.go feat(components): add bootstrap 2023-04-28 11:56:51 +03:30
staticcheck.conf refactor(project): 🏗️ update structure 2023-04-21 10:19:17 +03:30

README.md

GʀᴇᴀᴛAᴘᴇ

⚠️ This project is under heavy development and should not be used in production yet.

image image image image image

greatape is a free social audio & video social-media platform that can be used via an app.

greatape is a Fediverse technology that supports Federation via ActivityPub.

🏎️ Running the Project

🚀 Using Go and Postgres

  1. Clone the project repository:
    git clone https://github.com/reiver/greatape
    
  2. Navigate to the project directory:
    cd greatape
    
  3. Create an empty Postgres database.
  4. Update the config.yaml file in the project root directory with the actual values for your database.
  5. Download the project dependencies:
    go mod download
    
  6. Run the project:
    go run main.go
    

🐳 Using Docker

  1. Clone the project repository:
    git clone https://github.com/reiver/greatape
    
  2. Navigate to the project directory:
    cd greatape
    
  3. Build the Docker image:
    docker build -t greatape .
    
  4. Replace the environment variables below with your own and run the Docker container:
    docker run \
        --name greatape \
        -e PROTOCOL=https \
        -e FQDN=yourdomain.com \
        -e PORT=7080 \
        -e POSTGRES_HOST=127.0.0.1 \
        -e POSTGRES_PORT=5432 \
        -e POSTGRES_DATABASE=greatape \
        -e POSTGRES_USER=postgres \
        -e POSTGRES_PASSWORD=password \
        -p 7080:7080 \
        greatape
    

🐳 Using docker-compose

  1. Clone the project repository:
    git clone https://github.com/reiver/greatape
    
  2. Navigate to the project directory:
    cd greatape
    
  3. Run the Docker containers using docker-compose:
    docker-compose up
    

👥 Team

The following is a list of the people who are actively working on Great Ape (in alphabetical order):

Name Role Online
Charles Iliya Krempeaux lead, product, engineering 🐘 🕸️
Chet Earl Woodside illustration 🕸️
Chris Trottier product, qa 🐘 📷
Farzaneh Amini ux 🕸️
Massoud Seifi engineering 🐘
Meysam Mousavi engineering
Nariman Movaffaghi engineering
Nastaran Ahmadi Bonakdar engineering