OatmealDome 5dfadaf88b flake.lock: Update
Flake lock file updates:

• Removed input 'poetry2nix'
• Removed input 'poetry2nix/flake-utils'
• Removed input 'poetry2nix/flake-utils/systems'
• Removed input 'poetry2nix/nix-github-actions'
• Removed input 'poetry2nix/nix-github-actions/nixpkgs'
• Removed input 'poetry2nix/nixpkgs'
• Removed input 'poetry2nix/systems'
• Removed input 'poetry2nix/treefmt-nix'
• Removed input 'poetry2nix/treefmt-nix/nixpkgs'
• Added input 'pyproject-build-systems':
    'github:pyproject-nix/build-system-pkgs/9778e87c2361810ff15e287ca5895c9da4a0e900?narHash=sha256-2FfbqsaHVQd12XFFUAinIMAuGO3853LONmva1gT3vKw%3D' (2025-08-18)
• Added input 'pyproject-build-systems/nixpkgs':
    follows 'nixpkgs'
• Added input 'pyproject-build-systems/pyproject-nix':
    follows 'pyproject-nix'
• Added input 'pyproject-build-systems/uv2nix':
    'github:pyproject-nix/uv2nix/87bcba013ef304bbfd67c8e8a257aee634ed5a4c?narHash=sha256-WnoFEk79ysjL85TNP7bvImzhxvQw9B6uNtnLd4oJntw%3D' (2025-08-14)
• Added input 'pyproject-build-systems/uv2nix/nixpkgs':
    follows 'pyproject-build-systems/nixpkgs'
• Added input 'pyproject-build-systems/uv2nix/pyproject-nix':
    follows 'pyproject-build-systems/pyproject-nix'
• Added input 'pyproject-nix':
    'github:pyproject-nix/pyproject.nix/023cd4be230eacae52635be09eef100c37ef78da?narHash=sha256-QSKpYg%2BTs9HYF155ltlj40iBex39c05cpOF8gjoE2EM%3D' (2025-08-11)
• Added input 'pyproject-nix/nixpkgs':
    follows 'nixpkgs'
• Added input 'uv2nix':
    'github:pyproject-nix/uv2nix/bebbd80bf56110fcd20b425589814af28f1939eb?narHash=sha256-k8kxwVs8Oze6q/jAaRa3RvZbb50I/K0b5uptlsh0HXI%3D' (2025-08-18)
• Added input 'uv2nix/nixpkgs':
    follows 'nixpkgs'
• Added input 'uv2nix/pyproject-nix':
    follows 'pyproject-nix'
2025-08-21 23:24:19 -04:00
2019-04-09 12:23:14 +02:00
2025-08-21 23:24:19 -04:00
2025-08-21 23:24:19 -04:00
2019-04-02 16:24:10 +02:00

NetPlay Index

Build Status Coverage Status Code style: black

A NetPlay Index server for Dolphin.

Features

  • Admin panel
  • Word backlisting
  • Host banning
  • Serverlist filtering

Requirements

Setup

Using Nix

Note: this requires Nix Flakes to be enabled on your system.

nix run github:dolphin-emu/netplay-index

Without Nix

This project uses Poetry for dependency management.

# Install dependencies (use --no-dev to skip optional dev dependencies).
poetry install

# Run tests (Optional)
GEOIP_DATABASE_PATH=testdata/GeoLite2-Country.mmdb poetry run pytest

# Creates a sysop account and gives you a randomly generated password (can be changed later)
poetry run netplay-index --add_sysop=SYSOP_NAME

# Run the server
poetry run netplay-index

Contributing

All PRs must be formatted using Black before submission and pass the CI.

Also remember to write some tests if you add any new code.
coveralls.io will report how your PR affects the project coverage.

License

Licensed under the GNU General Public License v3 or any later version at your option. See LICENSE.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:26:37.752Z
Readme GPL-3.0 3.6 MiB
Languages
Python 77.2%
HTML 18.9%
Nix 2.6%
JavaScript 0.9%
CSS 0.4%