Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/modrinth/labrinth into fe…
Browse files Browse the repository at this point in the history
…ed-endpoint
  • Loading branch information
BasiqueEvangelist committed Oct 3, 2023
2 parents 6474d8e + a1b59d4 commit c56678f
Show file tree
Hide file tree
Showing 94 changed files with 9,876 additions and 2,513 deletions.
19 changes: 14 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ MEILISEARCH_ADDR=http://localhost:7700
MEILISEARCH_KEY=modrinth

REDIS_URL=redis://localhost
REDIS_MAX_CONNECTIONS=10000

BIND_ADDR=127.0.0.1:8000
SELF_ADDR=http://localhost:8000
Expand Down Expand Up @@ -44,13 +45,10 @@ VERSION_INDEX_INTERVAL=1800

RATE_LIMIT_IGNORE_IPS='["127.0.0.1"]'

WHITELISTED_MODPACK_DOMAINS='["cdn.modrinth.com", "edge.forgecdn.net", "github.com", "raw.githubusercontent.com"]'
WHITELISTED_MODPACK_DOMAINS='["cdn.modrinth.com", "github.com", "raw.githubusercontent.com"]'

ALLOWED_CALLBACK_URLS='["localhost", ".modrinth.com", "127.0.0.1"]'

ARIADNE_ADMIN_KEY=feedbeef
ARIADNE_URL=https://staging-ariadne.modrinth.com/v1/

PAYPAL_API_URL=https://api-m.sandbox.paypal.com/v1/
PAYPAL_CLIENT_ID=none
PAYPAL_CLIENT_SECRET=none
Expand Down Expand Up @@ -82,4 +80,15 @@ SITE_VERIFY_EMAIL_PATH=none
SITE_RESET_PASSWORD_PATH=none

BEEHIIV_PUBLICATION_ID=none
BEEHIIV_API_KEY=none
BEEHIIV_API_KEY=none

ANALYTICS_ALLOWED_ORIGINS='["http://127.0.0.1:3000", "http://localhost:3000", "https://modrinth.com", "https://www.modrinth.com", "*"]'

CLICKHOUSE_URL=http://localhost:8123
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=
CLICKHOUSE_DATABASE=staging_ariadne

MAXMIND_LICENSE_KEY=none

PAYOUTS_BUDGET=100
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: true
contact_links:
- name: Discord
about: Ask questions on our Discord Server.
url: https://discord.gg/modrinth-734077874708938864
url: https://discord.modrinth.com
- name: Roadmap
about: View our Roadmap. Please do not open issues for items on our roadmap.
url: https://roadmap.modrinth.com
Expand Down
14 changes: 14 additions & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copying

The source code of the labrinth repository is licensed under the GNU Affero General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license.

## Modrinth logo

Any files depicting the Modrinth branding, including the wrench-in-labyrinth logo, the landing image, and variations thereof, are licensed as follows:

> All rights reserved. © 2020-2023 Rinth, Inc.
This includes, but may not be limited to, the following files:

- assets/logo.svg
- assets/favicon.ico
Loading

0 comments on commit c56678f

Please sign in to comment.