// SPDX-License-Identifier: CC0-1.0 // Default Hydrilla config file. // // Copyright (C) 2021, 2022 Wojtek Kosior // // Available under the terms of Creative Commons Zero v1.0 Universal. { // Relative path to directory from which Hydrilla will load packages // metadata and serve files. // Deliberately avoiding word "content", see: // http://www.gnu.org/philosophy/words-to-avoid.en.html#Content "malcontent_dir": "/var/lib/hydrilla/malcontent", // Hydrilla will display this link to users as a place where they can // obtain sources for its software. This config option is meant to ease // compliance with the AGPL. "hydrilla_project_url": "https://hydrillabugs.koszko.org/projects/hydrilla/wiki", // Tell Hydrilla to look for additional configuration in those files, in // this order. Raise an error if the file does not exist. //"use_configs": ["/etc/hydrilla/config.json"], // Same as above but don't raise an error if the file does not exist. "try_configs": ["/etc/hydrilla/config.json"], // What port to listen on (if not being run through WSGI). "port": 10112, // Whether to exit upon emitting a warning. "werror": false } ctive' href='/guix/log/gnu/packages/virtualization.scm'>logtreecommitdiff
path: root/gnu/packages/virtualization.scm
AgeCommit message (Expand)Author
2023-07-23gnu: lxcfs: Update to 5.0.4....Tobias Geerinckx-Rice
2023-07-23gnu: lxcfs: Use G-expressions....Tobias Geerinckx-Rice
2023-07-23gnu: lxcfs: Fix build....Tobias Geerinckx-Rice
2023-07-23gnu: fuse@3: Bind to default FUSE variable....Tobias Geerinckx-Rice
2023-07-26gnu: Add rvvm....Juliana Sims
2023-07-23gnu: qemu: Update to 7.2.4....Tobias Geerinckx-Rice
2023-07-16gnu: osinfo-db: Use G-expressions....Tobias Geerinckx-Rice
2023-07-16gnu: osinfo-db: Update to 20230719....Tobias Geerinckx-Rice
2023-07-09gnu: osinfo-db: Update to 20230518....Efraim Flashner
2023-07-09gnu: osinfo-db-tools: Update to 1.10.0....Efraim Flashner
2023-07-09gnu: libx86emu: Format with 'guix style'....Efraim Flashner
2023-07-09gnu: libx86emu: Skip tests on non-x86 systems....Efraim Flashner
2023-05-19gnu: criu: Reset timestamps in .egg file....Brian Cully
2023-04-19gnu: qemu: Update to 7.2.1....Maxim Cournoyer
2023-04-11gnu: qemu: Re-add meson to native inputs....Maxim Cournoyer
2023-04-09gnu: Remove extraneous #:meson build arguments....Maxim Cournoyer
2023-03-08gnu: bubblewrap: Update to 0.8.0....Efraim Flashner