mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-04 07:17:40 +01:00
Denis 'GNUtoo' Carikli
b7e10712a3
The token will need to be added in id_oauth2_bearer. It's not very safe to pass the content to a command as any user on the system on which it is run will be able to get the token, though I didn't find a command line argument in curl to pass it a file path instead. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
20 lines
822 B
Text
20 lines
822 B
Text
== Introduction ==
|
|
This project enables to easily build and deploy the Libreboot website.
|
|
|
|
== Local deployments ==
|
|
For local deployments you just need to extract the tarball in a
|
|
webroot and have a web server serve that content.
|
|
|
|
== Deployment on Sourcehut ==
|
|
Sourcehut has a way to setup a static website by uploading a tarball
|
|
of the content. Users that want to deploy a website there are expected
|
|
to follow the official documentation[1] to generate a token and add
|
|
this token to the id_oauth2_bearer file in the current directory.
|
|
|
|
[1]https://srht.site/quickstart
|
|
|
|
== License ==
|
|
This project is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|