-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
22 changed files
with
16 additions
and
787 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,18 @@ | ||
# Dispenser | ||
|
||
## Features | ||
|
||
- Easy administration | ||
- Easy administration commands | ||
- Domain categories | ||
- Custom role limits | ||
- Limit a category behind a role | ||
- Duplicate domain prevention | ||
- Duplicate domain reset | ||
- Domain reporting | ||
- Easy configuration | ||
- Fast | ||
|
||
## Coming soon | ||
- Prevent user from getting the same domain twice | ||
- pagination for viewing user db | ||
- and more! | ||
|
||
## Commands | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Command</th> | ||
<th>Description</th> | ||
<th>Usage</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>/add</td> | ||
<td>Add a link to the Database</td> | ||
<td>/add example.com <-- do not include https://</td> | ||
</tr> | ||
<tr> | ||
<td>/remove</td> | ||
<td>Remove a link from the Database</td> | ||
<td>/remove example.com</td> | ||
</tr> | ||
<tr> | ||
<td>/panel</td> | ||
<td>Creates a panel of buttons to click for the links!</td> | ||
<td>/panel</td> | ||
</tr> | ||
<tr> | ||
<td>/list</td> | ||
<td>Lists all domains stored in the Database</td> | ||
<td>/list</td> | ||
</tr> | ||
<tr> | ||
<td>/reset-all</td> | ||
<td>Resets all users in the database</td> | ||
<td>/reset</td> | ||
</tr> | ||
<tr> | ||
<td>/reset</td> | ||
<td>Reset a user</td> | ||
<td>/reset [user]</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
## Installation | ||
|
||
Installation instructions can be found on the [wiki](https://github.com/NebulaServices/Dispenser/wiki/Hosting-for-yourself). | ||
Installation instructions can be found on the [wiki](https://github.com/NebulaServices/Dispenser/wiki/Deployment). | ||
|
||
## License | ||
|
||
[AGPL V3](https://www.gnu.org/licenses/agpl-3.0.en.html) | ||
|
||
## Credits | ||
|
||
See our [contributors](https://github.com/NebulaServices/Dispenser/graphs/contributors) | ||
|
||
|
||
Need help or want to contribute? Open a ticket -> https://discord.nebula.bio | ||
MIT |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.