Android and amd64

/lib/systemd/system/anbox-container-manager.service

#ExecStartPre=/sbin/modprobe ashmem_linux
#ExecStartPre=/sbin/modprobe binder_linux
# mount -t binder binder /dev/binderfs
# mknod /dev/binder c 250 1
# mount -t cpuset none /dev/cpuset
# mkdir /dev/cpuset/camera-daemon
# chmod 777 /dev/cpuset/camera-daemon
# touch /dev/cpuset/camera-daemon/tasks
# chmod 777 /dev/cpuset/camera-daemon/tasks
config

CONFIG_ASHMEM=y 
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# systemctl restart anbox-container-manager.service
$ systemctl --user start anbox-session-manager.service
$ /usr/bin/anbox session-manager

Headless CMS

Simple website approach using a Headless CMS – Guide
https://www.appnovation.com/blog/simple-website-approach-using-headless-cms-part-1
https://www.appnovation.com/blog/simple-website-approach-using-headless-cms-part-2
https://www.appnovation.com/blog/simple-website-approach-using-headless-cms-part-3

Strapi – the leading open-source headless CMS. It’s 100% Javascript, fully customizable and developer-first. [open source, Self-hosted, RESTful and GraphQL]
https://strapi.io/

Headless CMS – A List of Content Management Systems for Jamstack Sites
https://headlesscms.org/

Ghost – an open source, professional publishing platform built on a modern Node.js technology stack
https://headlesscms.org/projects/ghost/
https://github.com/TryGhost/Ghost
https://ghost.org/

Headless CMS – Cockpit

Cockpit – A PHP self-hosted headless and api-driven CMS
https://getcockpit.com/
https://github.com/agentejo/cockpit

Cockpit – Documentation – Getting started
https://getcockpit.com/documentation/getting-started/introduction

Cockpit – Documentation – API
https://getcockpit.com/documentation/api/cockpit

Cockpit – Documentation – API Token
https://getcockpit.com/documentation/api/token

Cockpit and Vue.JS – How to display Cockpit CMS JSON data with Vue js
https://stackoverflow.com/questions/46700207/how-to-display-cockpit-cms-json-data-with-vue-js

vue-cockpit – Makes it easy to build a frontend displaying data from Cockpit CMS by automatically mapping all collections and regions into variables in the vue data scope.
https://github.com/dropclick/vue-cockpit

nuxt-cockpit – A Tutorial to Bundle Cockpit CMS & Nuxt.js in a full JAMstack
https://github.com/snipcart/nuxt-cockpit