Compare commits
No commits in common. "c1772d69fc6349ee7ee19d0e0c465335554180dc" and "041572f603dbdd73c76ff64ae74e974255e90281" have entirely different histories.
c1772d69fc
...
041572f603
2 changed files with 4 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
sources = import ./../../../shared/sources;
|
sources = import ./../../../shared/sources;
|
||||||
|
@ -114,12 +114,7 @@ in {
|
||||||
# meta
|
# meta
|
||||||
mine.shared.meta.drasl = rec {
|
mine.shared.meta.drasl = rec {
|
||||||
name = "Drasl";
|
name = "Drasl";
|
||||||
description = ''
|
description = ''Yggdrasil-compatible API server for Minecraft'';
|
||||||
Yggdrasil-compatible API server for Minecraft, which can be used instead of the official Minecraft authentication server.
|
|
||||||
This means that we do not require Mojangs servers, to authenticate with any server managed by ${config.mine.shared.settings.brand}.
|
|
||||||
|
|
||||||
It is possible to login with OIDC on Drasl, and then import your Mojang player into Drasl.
|
|
||||||
'';
|
|
||||||
url = "https://${svc_domain}";
|
url = "https://${svc_domain}";
|
||||||
|
|
||||||
package = let
|
package = let
|
||||||
|
@ -127,26 +122,6 @@ in {
|
||||||
in {
|
in {
|
||||||
name = pkg.pname;
|
name = pkg.pname;
|
||||||
version = pkg.version;
|
version = pkg.version;
|
||||||
meta = with lib; {
|
|
||||||
description = "Yggdrasil-compatible API server for Minecraft";
|
|
||||||
license = lib.licenses.gpl3Only;
|
|
||||||
homepage = "https://github.com/unmojang/drasl";
|
|
||||||
platforms = platforms.all;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# TODO(eyJhb): this should not be placed here
|
|
||||||
mine.shared.meta.minecraft = rec {
|
|
||||||
name = "Minecraft";
|
|
||||||
description = ''We're running a vanilla Minecraft hosted externally by a member'';
|
|
||||||
url = "mcvanilla.${config.mine.shared.settings.domain}";
|
|
||||||
|
|
||||||
package = let
|
|
||||||
pkg = pkgs.minecraft-server;
|
|
||||||
in {
|
|
||||||
name = pkg.pname;
|
|
||||||
version = "1.21.5";
|
|
||||||
meta = pkg.meta;
|
meta = pkg.meta;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -33,8 +33,8 @@ in {
|
||||||
|
|
||||||
# meta
|
# meta
|
||||||
mine.shared.meta.searx = {
|
mine.shared.meta.searx = {
|
||||||
name = "searXNG";
|
name = "searX";
|
||||||
description = "We host our own searXNG, use it to search the web!";
|
description = "We host our own searX, use it to search the web!";
|
||||||
url = "https://${svc_domain}";
|
url = "https://${svc_domain}";
|
||||||
|
|
||||||
package = let
|
package = let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue