Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

atek-cloud/statek

An Atek application for hosting static websites from folders, git repos, or hyperdrives

atek-cloud/statek.json
{
"createdAt": "2021-08-25T01:52:42Z",
"defaultBranch": "master",
"description": "An Atek application for hosting static websites from folders, git repos, or hyperdrives",
"fullName": "atek-cloud/statek",
"homepage": null,
"language": "TypeScript",
"name": "statek",
"pushedAt": "2021-09-20T18:08:22Z",
"stargazersCount": 14,
"topics": [],
"updatedAt": "2021-10-20T18:54:31Z",
"url": "https://github.com/atek-cloud/statek"
}

An Atek application for hosting static websites from folders, git repos, or hyperdrives

After installing the service, configure SOURCE_URL to be the address of the folder you want to host. It may be:

  • Local folder. Pass in the path or file:// URL.
  • Git repo. Pass in the https:// URL of the repo.
  • Hyperdrive. Pass in the hyper:// URL of the drive.

If setting up using atek’s CLI, you install Statek like this:

atek install https://github.com/atek-cloud/statek --user {your_atek_username} --config.SOURCE_URL {your_url}

If you want to change the source URL, you do this:

atek cfg statek --config.SOURCE_URL {new_url}
atek restart statek

MIT