mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-23 02:59:18 +02:00
moved stuff around to fix slug system
This commit is contained in:
parent
31a1419cb4
commit
1f96b8fde1
11 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"position": 2,
|
"position": 2,
|
||||||
"label": "Jonas_Jones API",
|
"label": "API",
|
||||||
"collapsible": true,
|
"collapsible": true,
|
||||||
"collapsed": true,
|
"collapsed": true,
|
||||||
"link": {
|
"link": {
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
slug: /api
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
|
@ -79,7 +79,7 @@ SIMPLE 4 0 true update "sudo dnf update -y"
|
||||||
</Tabs>
|
</Tabs>
|
||||||
This creates a command `/update` that automatically updates a linux system. The command is only available to operators, will, at no point, be terminated and can therefore finish with no time limit. This aproach requires the server to be ran with elevated permissions (sudo)
|
This creates a command `/update` that automatically updates a linux system. The command is only available to operators, will, at no point, be terminated and can therefore finish with no time limit. This aproach requires the server to be ran with elevated permissions (sudo)
|
||||||
|
|
||||||
An Example of a system service file for a minecraft server running on linux can be found in the [Restart Server](#restart-server-linux) section.
|
An Example of a system service file for a minecraft server running on linux can be found in the [Restart Server](#restart-server) section.
|
||||||
|
|
||||||
### Launch Second Minecraft server
|
### Launch Second Minecraft server
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
slug: /betterconsolemc
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -10,4 +11,4 @@ This mod allows for simple ingame command creation to allow for system command e
|
||||||
|
|
||||||
This mod can be looked at as version 2.0 of [ConsoleMC](https://github.com/JonasunderscoreJones/ConsoleMC) which while being powerful enough, has a big security flaw whe used on big and/or public servers in a way that everyone (that is OP) can run any command on the MC server's host system, giving anyone access to the entire machine and allowing for bad actions to be taken by people who shouldn't have access to it.
|
This mod can be looked at as version 2.0 of [ConsoleMC](https://github.com/JonasunderscoreJones/ConsoleMC) which while being powerful enough, has a big security flaw whe used on big and/or public servers in a way that everyone (that is OP) can run any command on the MC server's host system, giving anyone access to the entire machine and allowing for bad actions to be taken by people who shouldn't have access to it.
|
||||||
|
|
||||||
Visit the [Configuration](configuration) page to learn how to configure the mod to your liking.
|
Visit the [Configuration](/betterconsolemc/configuration) page to learn how to configure the mod to your liking.
|
||||||
|
|
|
@ -4,7 +4,7 @@ sidebar_position: 10
|
||||||
|
|
||||||
# Jonas_Jones Ecosystem
|
# Jonas_Jones Ecosystem
|
||||||
|
|
||||||
The Ecosystem is many of my projects working together as a Network. This includes parts like the [API](/category/jonas_jones-api) and [Blog](https://blog.jonasjones.dev).
|
The Ecosystem is many of my projects working together as a Network. This includes parts like the [API](/api) and [Blog](https://blog.jonasjones.dev).
|
||||||
|
|
||||||
It aims to join many of my own services into a single entity by hosting most of it on Cloudflare.
|
It aims to join many of my own services into a single entity by hosting most of it on Cloudflare.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue