Enter the query into the form above.
API method:
GET /api/symbols?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.
Create <operating-system> definition based on provided templates and default packages and services
Check if custom packages provided in system configuration file or not. return default-packages if there was no modifications applied.
Check if custom definition provided for swap-devices or not. return defaule-value if there is no modification applied.
Check if custom services provided in system configuration file or not. return default-services if there is no modification applied.