_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above.

API method:

GET /api/services?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


static-networking
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Turn up the specified network interfaces upon startup, with the given IP address, gateway, netmask, and so on. The value for services of this type is a list of static-networking objects, one per network interface.

console-fonts
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Install the given fonts on the specified ttys (fonts are per virtual console on GNU/Linux). The value of this service is a list of tty/font pairs. The font can be the name of a font provided by the kbd package or any valid argument to setfont, as in this example:

`(("tty1" . "LatGrkCyr-8x16")
  ("tty2" . ,(file-append
                 font-tamzen
                 "/share/kbd/consolefonts/TamzenForPowerline10x20.psf"))
  ("tty3" . ,(file-append
                 font-terminus
                 "/share/consolefonts/ter-132n"))) ; for HDPI
limits
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Use the pam_limits authentication module to set the specified resource usage limits.

host-name
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Initialize the machine's host name.

mingetty
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Provide console login using the mingetty program.

guix
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Run the build daemon of GNU Guix, aka. guix-daemon.

fstab
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Populate the /etc/fstab based on the given file system objects.

etc-hosts
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Populate the /etc/hosts file.

urandom-seed
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Seed the /dev/urandom pseudo-random number generator (RNG) with the value recorded when the system was last shut down.

guix-publish
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Add a Shepherd service running guix publish, a command that allows you to share pre-built binaries with others over HTTP.

kmscon
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Start the kmscon virtual terminal emulator for the Linux kernel mode setting (KMS).

agetty
Channel: guix
Location: gnu/services/base.scm (gnu services base)
Description:

Provide console login using the agetty program.

certbot
Channel: guix
Location: gnu/services/certbot.scm (gnu services certbot)
Description:

Automatically renew Let's Encrypt HTTPS certificates by adjusting the nginx web server configuration and periodically invoking certbot.

cgit
Channel: guix
Location: gnu/services/cgit.scm (gnu services cgit)
Description:

Run the cgit web interface, which allows users to browse Git repositories.

laminar
Channel: guix
Location: gnu/services/ci.scm (gnu services ci)
Description:

Run the Laminar continuous integration service.

forgejo-runner
Channel: guix
Location: gnu/services/ci.scm (gnu services ci)
Description:

Run forgejo-runner, a daemon to run tasks for the Forgejo source code collaboration service.

rootless-podman
Channel: guix
Location: gnu/services/containers.scm (gnu services containers)
Description:

This service configures rootless podman on the Guix System.

oci
Channel: guix
Location: gnu/services/containers.scm (gnu services containers)
Description:

This service implements the provisioning of OCI objects such as containers, networks and volumes.

cuirass-remote-worker
Channel: guix
Location: gnu/services/cuirass.scm (gnu services cuirass)
Description:

Run the Cuirass remote build worker service.

cuirass
Channel: guix
Location: gnu/services/cuirass.scm (gnu services cuirass)
Description:

Run the Cuirass continuous integration service.

cups
Channel: guix
Location: gnu/services/cups.scm (gnu services cups)
Description:

Run the CUPS print server.

postgresql-role
Channel: guix
Location: gnu/services/databases.scm (gnu services databases)
Description:

Ensure the specified PostgreSQL roles are created after the PostgreSQL database is started.

mysql
Channel: guix
Location: gnu/services/databases.scm (gnu services databases)
Description:

Run the MySQL or MariaDB database server, mysqld.

memcached
Channel: guix
Location: gnu/services/databases.scm (gnu services databases)
Description:

Run memcached, a daemon that provides an in-memory caching service, intended for use by dynamic web applications.

Total results: 669