Skip to main content

A simple Minecraft Resource Pack server

Project description

PackServer

A simple Minecraft Resource Pack server

NixOS module

This flake exports a NixOS module at nixosModules.default with options under services.packserver.*.

Example:

{
  inputs.packserver.url = "github:jone-cmd/packserver";

  outputs = { self, nixpkgs, packserver, ... }: {
    nixosConfigurations.my-host = nixpkgs.lib.nixosSystem {
      system = "x86_64-linux";
      modules = [
        packserver.nixosModules.default
        {
          services.packserver = {
            enable = true;
            serverManagementEndpoint = "wss://server.example.invalid";
            token = "replace-me";
            user = "packserver";
            group = "packserver";
            dir = "/var/lib/packserver";
            createUser = true;
            packFile = "/var/lib/packserver/resourcepack.zip";
            host = "0.0.0.0";
            port = 8000;
            openFirewall = true;
          };
        }
      ];
    };
  };
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

packserver-1.2.0.tar.gz (19.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

packserver-1.2.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file packserver-1.2.0.tar.gz.

File metadata

  • Download URL: packserver-1.2.0.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for packserver-1.2.0.tar.gz
Algorithm Hash digest
SHA256 1079ad842fefd00a462873d37478d8267cd5adfd90f6b447542c237ce13a3f97
MD5 0087e737bf89e116135a8f9259e078d7
BLAKE2b-256 c3ee9ba625136b5dcb943c8ad1a4a576da19b5da363c3229700e4912133369e3

See more details on using hashes here.

File details

Details for the file packserver-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: packserver-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for packserver-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 031d18cced9fc4c7ecedbdc849c5fbbb8aa6703f85d4522dbdfc4dfe8b738420
MD5 ad5feeb5ae0593b0062b1a9298094240
BLAKE2b-256 abea15d6da6d9582a8455508229823ed74aa12e43ed97af54ce0aa7d2eb3bbc1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page