mirror of
https://github.com/luxfi/pics.git
synced 2026-07-26 21:08:58 +00:00
Update package.json and README
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
# jschan
|
||||
|
||||
Anonymous imageboard software that doesn't suck.
|
||||
|
||||
Repo Mirror(s):
|
||||
- https://gitgud.io/fatchan/jschan
|
||||
- https://git.basedflare.com/fatchan/jschan
|
||||
|
||||
Contact the author:
|
||||
- [Session](https://getsession.org/): `051b2ff270769d20764fa1b8e6bc3240b0a3c28ffb3242e7cce60db479b23ef427`
|
||||
- IRC: [open in client](ircs://irc.fatpeople.lol:6697/general) or [webchat](https://irc-web.fatpeople.lol/#general)
|
||||
- Email: see my gitgud profile
|
||||
# pics
|
||||
|
||||
Lux anonymous imageboard software that doesn't suck.
|
||||
|
||||
## Live instances (Unofficial)
|
||||
- 🇺🇸 [94chan](https://94chan.org)
|
||||
@@ -51,21 +41,3 @@ See [CHANGELOG.md](CHANGELOG.md) for changes between versions.
|
||||
|
||||
## Contributing
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
|
||||
|
||||
## Related Projects
|
||||
|
||||
Official:
|
||||
- [fatchan/jschan-docs](https://gitgud.io/fatchan/jschan-docs/) - API Documentation for jschan ([gitgud pages](https://fatchan.gitgud.site/jschan-docs/#introduction))
|
||||
- [fatchan/jschan-api-go](https://gitgud.io/fatchan/jschan-api-go) - WIP Golang API Client for jschan ([gitgud pages](https://fatchan.gitgud.site/jschan-api-go/pkg/jschan/))
|
||||
- [jschan-antispam group](https://gitgud.io/jschan-antispam/) - Multiple projects that are compatible with jschan and implement more sophisticated antispam capabilities.
|
||||
|
||||
Unofficial: **Not guaranteed to work or be safe, use at your own risk.**
|
||||
- [globalafk](https://git.ptchan.org/globalafk/) - "A simple python script that sends ugly notifications when something happens on a jschan imageboard that you moderate."
|
||||
- [reporter](https://git.ptchan.org/reporter/) - news bot that fetches news from a provider and posts a snippet of it on a configurable board of a configurable jschan imageboard
|
||||
- [yacam](https://git.ptchan.org/yacam/) - a bot that tries to detect (dumb) spam on jschan imageboards and does something about it
|
||||
|
||||
## For generous people
|
||||
|
||||
Bitcoin (BTC): [`bc1q4elrlz5puak4m9xy3hfvmpempnpqpu95v8s9m6`](bitcoin:bc1q4elrlz5puak4m9xy3hfvmpempnpqpu95v8s9m6)
|
||||
|
||||
Monero (XMR): [`89J9DXPLUBr5HjNDNZTEo4WYMFTouSsGjUjBnUCCUxJGUirthnii4naZ8JafdnmhPe4NP1nkWsgcK82Uga7X515nNR1isuh`](monero:89J9DXPLUBr5HjNDNZTEo4WYMFTouSsGjUjBnUCCUxJGUirthnii4naZ8JafdnmhPe4NP1nkWsgcK82Uga7X515nNR1isuh)
|
||||
|
||||
Generated
-16435
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "jschan",
|
||||
"name": "@luxfi/pics,
|
||||
"version": "1.6.2",
|
||||
"migrateVersion": "1.6.0",
|
||||
"description": "",
|
||||
@@ -72,7 +72,7 @@
|
||||
"test:all": "jest --verbose",
|
||||
"setup": "npm i --location=global pm2 gulp && gulp generate-favicon && gulp default",
|
||||
"start": "pm2 start ecosystem.config.js --env production",
|
||||
"start-dev": "pm2 start ecosystem.config.js --env development"
|
||||
"dev": "pm2 start ecosystem.config.js --env development"
|
||||
},
|
||||
"author": "Thomas Lynch (fatchan) <tom@69420.me>",
|
||||
"license": "AGPL-3.0-only"
|
||||
|
||||
Generated
+11699
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user