Skip to content

Commit

Permalink
add example, add info about XORG class
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed May 2, 2023
1 parent 6cefca0 commit de35d28
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ <h6>Select menues define these variables:</h6>
suite buster|bullseye|bookworm|ubuntu
type install|cloud
</pre>

XORG is only usefull with suite=ubuntu, which means an Ubuntu desktop
installation. Without XORG it will be a Ubuntu server installation.

<h6>Variables used only when type=cloud</h6>
<pre>
disksize int &le; 99
Expand All @@ -61,11 +65,13 @@ <h6>Variables used only when type=cloud</h6>

<h6>Examples of URL's</h6>
<pre>
https://fai-project.org/cgi/faime.cgi?type=install;username=debian;partition=ONE;keyboard=us;suite=stretch;cl1=BACKPORTS;cl5=SSH_SERVER;cl6=STANDARD;cl7=NONFREE;sbm=2
https://fai-project.org/cgi/faime.cgi?type=install;username=debian;partition=ONE;keyboard=us;suite=bullseye;cl1=BACKPORTS;cl5=SSH_SERVER;cl6=STANDARD;cl7=NONFREE;sbm=2

https://fai-project.org/cgi/faime.cgi?type=install;username=debian;userpw=fai;gittype=salsa;gituser=mrfai;partition=HOME_LVM;keyboard=de;suite=bookworm;desktop=XFCE;cl5=SSH_SERVER;cl6=STANDARD;cl7=NONFREE;addpkgs=mc%20gimp;email=you%40yourmailserver.org;sbm=2

https://fai-project.org/cgi/faime.cgi?type=install;username=debian;userpw=fai;gittype=salsa;gituser=mrfai;partition=HOME_LVM;keyboard=de;suite=buster;desktop=XFCE;cl5=SSH_SERVER;cl6=STANDARD;cl7=NONFREE;addpkgs=mc%20gimp;email=you%40yourmailserver.org;sbm=2
https://fai-project.org/cgi/faime.cgi?type=cloud;disksize=8;format=raw.zst;hostname=debian;rootpw=fai;username=debian;userpw=fai;keyboard=us;suite=bookworm;cl5=SSH_SERVER;cl6=STANDARD;cl7=NONFREE;addpkgs=zile;sbm=2

https://fai-project.org/cgi/faime.cgi?type=cloud;disksize=5;format=raw.zst;hostname=debian;rootpw=fai;username=debian;userpw=fai;keyboard=us;suite=buster;cl5=SSH_SERVER;cl6=STANDARD;cl7=NONFREE;addpkgs=zile;sbm=2
https://fai-project.org/cgi/faime.cgi?type=install;username=ubuntu;userpw=fai;gittype=github;gituser=mrfai;partition=HOME_LVM;keyboard=us;suite=ubuntu;desktop=XORG;cl5=SSH_SERVER;cl6=STANDARD;addpkgs=zile%20mc%20curl;rclocal=1;sbm=2"
</pre>


Expand Down

0 comments on commit de35d28

Please sign in to comment.