Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey0980 committed Sep 5, 2023
2 parents d14a500 + c8167ab commit 5ed388d
Show file tree
Hide file tree
Showing 22 changed files with 16 additions and 787 deletions.
165 changes: 0 additions & 165 deletions Handler/index.js

This file was deleted.

69 changes: 8 additions & 61 deletions README.md
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 &lt;-- 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
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

12 changes: 0 additions & 12 deletions colors.js

This file was deleted.

37 changes: 0 additions & 37 deletions commands/add.js

This file was deleted.

33 changes: 0 additions & 33 deletions commands/list.js

This file was deleted.

37 changes: 0 additions & 37 deletions commands/panel.js

This file was deleted.

Loading

0 comments on commit 5ed388d

Please sign in to comment.