Minecraft plugin to spawn a remotely managed cloudflared instance
Find a file
2024-12-15 01:09:41 -05:00
src/main add license & readme 2024-12-15 01:09:41 -05:00
.gitignore init 2024-12-15 01:00:06 -05:00
build.gradle init 2024-12-15 01:00:06 -05:00
gradlew init 2024-12-15 01:00:06 -05:00
gradlew.bat init 2024-12-15 01:00:06 -05:00
LICENSE add license & readme 2024-12-15 01:09:41 -05:00
README.md add license & readme 2024-12-15 01:09:41 -05:00
settings.gradle init 2024-12-15 01:00:06 -05:00

cloudflare-tunnels-plugin

Minecraft plugin to spawn a remotley managed cloudflared instance on your server.

Hasn't been well tested; use at your own risk.

Setup

  • Install the plugin onto a paper server. Start the server to generate the config file, and stop it.
  • Change all the values in the plugins/cloudflare-tunnels-plugin/config.yml to desired values.
  • Set installed: true.
  • Restart your server.
  • Enjoy! :3

Configuration

  • download.url: link to a binary. use the VERSION placeholder to use the version in the download.variable property.
  • download.version: version of cloudflared to download. defaults to the latest version.
  • token: your cloudflared token. see https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/
  • notify-ops-on-exit: notify server operators when cloudflared exists for whatever reason.
  • log-level: cloudflared log level. defaults to info.
  • disable-tls: do not check for valid SSL certificates when using cloudflared.
  • restart.auto-restart: automatically restart cloudflared if it exits.
  • restart.interval-seconds: time, in seconds, to wait between automatic restarts.
  • installed: set to true when the plugin is fully configured (the properties above are all set).

License

This software is free software, under the Apache License 2.0. Read the LICENSE file for more information.