The #1 most feature-rich server administration and user management tool in the ArmA 3 Life community. Licensed Under a GPL License. All copies and modified versions of this software must be made open source.
This tool is completed is a proof of concept but is still under active development and therefore design is not finalised as functionality was prioritised. It is currently lacking unit testing and API is in the middle of a restructure.
This requires you to have Git, Node.js and Yarn installed.
In your own node environment/application:
yarn install && cd backend && npm install
npm run dev
If you want to contribute:
git clone https://github.com/BenRauzi/Potato-Panel.git
yarn install
cd backend && npm install
npm run dev
To create a production build of the frontend:
yarn build
Build can be found in /build
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.