Giter Site home page Giter Site logo

minetest-uptime-stats's Introduction

Hi, I'm Darin

Mountains

About Me

  • I am a studying Computer Science. I have experiment with many different services, software and technologies in my free time and I love to work on my homelab. I especially like Linux and open source services like Nextcloud.
  • I am also on Codeberg

Projects and accomplishments

  • Linux in your browser: https://github.com/Darin755/browser-linux
  • The services in my homelab. All services are hosted on my Proxmox cluster and network traffic is routed into my homelabs network though a VPS in Linode.

minetest-uptime-stats's People

Contributors

darin755 avatar dragonwrangler1 avatar humaanity avatar memow10 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

minetest-uptime-stats's Issues

node registration issues and init.lua issue

each node name has "stats:” before the actual node itself but it either needs to be :stats: or digiline_stats:
due to the mod name if you want the registration name to be different than the mod name then this prefix is required “:”

and in init.lua

it seems that how you defined “path” doesn't want to work properly so it crashes

here is how you defined it "local path = minetest.get_modpath("stats")"

and here is a suitable working alternative

local modname = minetest.get_current_modname()
local path = minetest.get_modpath(modname)

here is a pull request I made

#6

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.