Coder Social home page Coder Social logo

votion-development / dashactyl Goto Github PK

View Code? Open in Web Editor NEW
102.0 2.0 44.0 2.42 MB

A client area/dashboard for the Pterodactyl Game Panel

Home Page: https://docs.votion.dev/

License: MIT License

JavaScript 1.05% TypeScript 96.24% Dockerfile 2.71%
dashactyl pterodactyl client pterodactyl-api pterodactyl-client react typescript remix-run

dashactyl's People

Contributors

blazecoding2009 avatar devnote-dev avatar itzkoolkid96 avatar jamiegrimwood avatar juice2007 avatar thefallenspirit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dashactyl's Issues

Calculation error in Store

Describe the bug
Wrong calculation working while we add second time in store

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Store'
  2. Click on 'Add Ram/CPU/DISK'
  3. Scroll down to 'Add 2 time please'
  4. See error you well see the calculation error.

Expected behavior
not converting to parseInt

Screenshots
image

Desktop (please complete the following information):

  • OS: Windown 10
  • Browser Chrome
  • Version Latest

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

"The provided location ID must be a string."

Hello on my Dashactyl panel
when I want to create a server I get an error: "The provided location ID must be a string."

you will find attached my config and a screen of the location of my pterodactyl panel
image
image

Help

root@node:/var/www/Dashactyl# node index.js
[WEBSITE] The application is now listening on port 8000.
Error: connect ECONNREFUSED 127.0.0.1:8999
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)

Discord bot

still thinking about making that discord bot? Im learning the dashactyl api rn and i can probably make one for you

Localisation (i18n)

About the feature

Localisation to support different languages, this may be adjustable on the client side according to the locale set on the user's account.

Additional information

Original reference from Discord server and v1.

Per-User Permissions System

About the feature

Expanded permissions system for specific users to access and control different parts of the dashboard. This includes, but is not limited to:

  • toggling store packages
  • managing API keys
  • managing coupons
  • managing other user accounts

TBD further by the team.

Additional information

Original reference from Discord server and v1.

TypeError: Cannot read properties of undefined (reading 'relationships')

Describe the bug
When I log in to the dash after a few seconds it gives this error.

To Reproduce
Steps to reproduce the behavior:
Configure the dash and then log in with discord and go to the afk page. There it comes out, I don't know if it also happens in the other pages.

Expected behavior
Idk

Screenshots
image

image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Chrome
  • Version 106.0.5249.103

Issue with server managing logic dashboard

Bug with deleting servers on the dashboard.

The front end doesn't forward the correct ID to the back-end

It works fine for the style="display: none;" forms if you decide to show them.

So how I fixed this was by changing the following data :
onclick="document.getElementById('three').click()"> to onclick="document.getElementById('<%= server.attributes.id %>').click()">
and <input type="submit" id="three"style="display: none;"value="Delete"> to <input type="submit" id="<%= server.attributes.id %>"style="display: none;"value="Delete">

Add readme with screenshots an explanations

About the feature

It would be awesome to have some more documentation for other people to use this repository

Additional information

In there a readme it would be nice to have some screenshots, showing its capabilities as well as more detailed explanations on what it is, how to use it.

Fix typo

We (Votion Development) are not responsable for any damages, direct or indirect to you (as a person), to the user, nor to the organization. Use at your own risk

Dashactyl Instance crash with error in console and duplicate servers creation issue.

Hi, I was running a test instance of dashactyl v1 and just found out that it has a few issues.
The issues are:

  1. Duplicate server creation when creating new servers.
  2. After clicking the create button, the page keeps loading and then crashes then entire dashactyl instance.
  3. The server still gets created and sometimes multiple duplicate servers are created.
  4. It gives an error when create button is pressed.

Error in console screenshot:
image

User gifting system

About the feature

Allowing users with the necessary permissions to gift other users coins.

Additional information

Original reference from Discord server and v1.

Coupons System

About the feature

A general coupons system for distributing coins and resources to users, including max usages and time ranges.

Additional information

Original reference from Discord server and v1.

npm install ERROR

image
When I do npm install for all the packages to install I get an error. How do I fix this.

Discord

Hello,

I would like join discord dashctyl

Audit Logs System

About the feature

Audit logging system (table) for dashboard and API activities.

Additional information

Original reference from Discord server and v1.

Billing System

About the feature

An integrated billing system for purchasing coins via PayPal, Stripe, etc.

Additional information

Original reference from Discord server and v1.

OAuth2 Errors strike back

so uh you heard it correctly
oauth2 errors strike back
it wont allow me to login
says "The provided Discord OAuth2 code is invalid. Please try again."
no idea why

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.