https://github.com/bethropolis/suplike-plugins
repository for suplike social network plugins
https://github.com/bethropolis/suplike-plugins
Last synced: about 1 year ago
JSON representation
repository for suplike social network plugins
- Host: GitHub
- URL: https://github.com/bethropolis/suplike-plugins
- Owner: bethropolis
- License: mit
- Created: 2023-07-21T22:57:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T23:28:12.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T02:08:53.176Z (about 1 year ago)
- Language: PHP
- Homepage: https://bethropolis.github.io/suplike-plugins/
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# suplike-plugins
repository for list of [suplike social network](https://github.com/bethropolis/suplike-social-website) plugins
### List of Plugins
| Plugin Name |Description | Repository |
|--------------------|----------------------------------------------------------|--------------------------------------------------------------------------|
|Adventurer avatars | automatically gives users Adventure atyle profile picture| [repo](https://github.com/bethropolis/suplike-adventurer-avatars-plugin) |
### About
This repository acts as the marketplace for suplike instances.
the `plugins.json` file contains a list of suplike plugins and the install url for each plugins.
The marketplace option in the admin dashboard basically make a request to the raw `plugins.json` on this repo to get installable suplike plugins. (a.k.a no private server involved).
[raw url](https://raw.githubusercontent.com/bethropolis/suplike-plugins/main/plugins.json)
### How to make a plugin
you can check the [how-to-make-plugin.md](How-to-make-plugin.md) file.
Or you can learn more from the [plugin system](https://github.com/bethropolis/plugin-system) used itself.
## License
MIT License.