Skip to content

Commit

Permalink
update readme, fix dockerfile, add the egg
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraveliara committed Nov 12, 2021
1 parent 9392801 commit d253355
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine

USER container
LABEL author="Iris Féanorá" maintainer="InsanityBot Project"

RUN adduser --disabled-password --home /home/container container
USER container

ENV USER=container HOME=/home/container

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Installation instructions can be found [here](https://docs.insanity.network/en/e

## Compatibility

InsanityBot Version | [InsanityEgg v3 (Latest)](https://github.com/InsanityNetwork/InsanityEggs/blob/main/egg-insanity-bot.json) | [InsanityEgg v2](https://github.com/InsanityBot/pterodactyl-eggs/blob/main/legacy/egg-insanity-bot-v2.json) | [InsanityEgg v1](https://github.com/InsanityNetwork/InsanityEggs/blob/main/legacy/egg-insanity-bot-v1.json)
------------ | ------------- | ------------- | -------------
2.0.0-dev.00030 and newer | :white_check_mark: | :x: | :x:
2.0.0-dev.00010 to 2.0.0-dev.00029 | :x: | :white_check_mark: | :x:
2.0.0-dev.00009 and older | :x: | :x: | :white_check_mark:
------------ | -------------
[Egg v4](https://github.com/insanitybot/pterodactyl-eggs/blob/main/egg-insanity-bot-v4.json) | 2.0.0-dev.00046 and newer
[Egg v3](https://github.com/insanitybot/pterodactyl-eggs/blob/main/legacy/egg-insanity-bot-v3) | 2.0.0-dev.00030 to 2.0.0-dev.00045
[Egg v2](https://github.com/insanitybot/pterodactyl-eggs/blob/main/legacy/egg-insanity-bot-v2.json) | 2.0.0-dev.00010 to 2.0.0-dev.00045
[Egg v1](https://github.com/insanitybot/pterodactyl-eggs/blob/main/legacy/egg-insanity-bot-v1.json) | 2.0.0-dev.00001 to 2.0.0-dev.00009

***Note:** Support will only be provided for the latest version of the egg.*

## Support

The fastest way to get support is via our [Discord server](https://discord.gg/8TKJaGs). Alternatively you can open a GitHub issue [here](https://github.com/InsanityNetwork/InsanityEggs/issues/new), however, you will likely have to wait longer to get a reply.
The fastest way to get support is via our [Discord server](https://discord.gg/8TKJaGs). Alternatively you can open a GitHub issue [here](https://github.com/InsanityBot/pterodactyl-eggs/issues/new), however, you will likely have to wait longer to get a reply.

***Note:** We reserve the right to refuse support to anyone.*

## Licence, Copyright & TOS

This egg is licenced under the [MIT Licence](https://github.com/InsanityNetwork/eggs/blob/main/LICENSE).
This egg is licenced under the [MIT Licence](https://github.com/InsanityBot/pterodactyl-eggs/blob/main/LICENSE).
The InsanityBot TOS can be viewed [here](https://bot.insanity.network/tos/).

Copyright © 2020 - 2021 ExaInsanity
27 changes: 27 additions & 0 deletions egg-insanity-bot-v4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2021-11-12T14:02:34+01:00",
"name": "InsanityBot v2",
"author": "panel@insanity.network",
"description": "Pterodactyl egg for InsanityBot 2.x",
"features": null,
"image": "quay.io\/irisfeanora\/insanity-eggs:dotnet6.0",
"startup": "dotnet InsanityBot.dll",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Startup successful!\"\r\n}",
"logs": "{}",
"stop": "stop"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3.4",
"entrypoint": "ash"
}
},
"variables": []
}

0 comments on commit d253355

Please sign in to comment.