Skip to content

Commit

Permalink
prepare for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Oct 22, 2023
1 parent cd8b46c commit 3110317
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "neodb-takahe"]
path = neodb-takahe
url = https://github.com/alphatownsman/neodb-takahe.git
url = https://github.com/neodb-social/neodb-takahe.git
branch = neodb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Boofilsic/NeoDB is an open source project and free service to help users manage,
* eligible items, e.g. podcasts and albums, are playable in feed
+ link Fediverse account and import social graph
+ share collections and reviews to Fediverse ~~and Twitter~~ feed
+ ActivityPub support is under development, a pre-alpha version is available for developers as [docker image](https://hub.docker.com/r/neodb/neodb)
+ ActivityPub support is under active development
- Other
+ i18n/language support are planned

Expand Down
16 changes: 8 additions & 8 deletions doc/install-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ a typical neodb folder after starting up should look like:
```
mysite
├── data # neodb data folder, location can be changed via NEODB_DATA in .env
   ├── neodb-db # neodb database
   ├── neodb-media # uid must be 1000 (app user in docker image), chmod if not so
   ├── redis # neodb/takahe cache
   ├── takahe-cache # uid must be 33 (www-data user in docker image), chmod if not so
   ├── takahe-db # neodb database
   ├── takahe-media # uid must be 1000 (app user in docker image), chmod if not so
   ├── typesense # neodb search index
   └── www-root # neodb web root for robots.txt, logo.png and etc
├── neodb-db # neodb database
├── neodb-media # uid must be 1000 (app user in docker image), chmod if not so
├── redis # neodb/takahe cache
├── takahe-cache # uid must be 33 (www-data user in docker image), chmod if not so
├── takahe-db # neodb database
├── takahe-media # uid must be 1000 (app user in docker image), chmod if not so
├── typesense # neodb search index
└── www-root # neodb web root for robots.txt, logo.png and etc
└── config
├── compose.yml # copied from neodb release
└── .env # your configuration, see neodb.env.example
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
cachetools
dateparser
discord.py
django~=4.2.5
django~=4.2.6
django-anymail
#django-auditlog @ git+https://github.com/jazzband/django-auditlog.git@45591463e8192b4ac0095e259cc4dcea0ac2fd6c
django-auditlog>=3.0.0-beta.1
django-auditlog>=3.0.0-beta.2
django-bleach
django-compressor
django-environ
Expand Down

0 comments on commit 3110317

Please sign in to comment.