https://fourdollars.github.io/diaas/ 这个周末做出来的小专案
可以线上编辑与分享 Debian 与 Ubuntu 的自动安装设定。
多年前在弄 https://fourdollars.github.io/d-i/ 时就已经想到这个主意了
趁这个周末有点时间就用 Python Flask 硬干出来了
利用下面的机制做出来的
https://www.debian.org/releases/stable/amd64/apbs02.html.en#preseed-auto
https://help.ubuntu.com/lts/installation-guide/amd64/apbs02.html#preseed-auto
运作的原理是根据使用者的 IPv4 位址来储存设定档,所以另一台透过同样的 IPv4 位址
就可以拿到同一份设定档,分享的时候也是透过分享 IPv4 位址来达成,但是只有该
IPv4 位址的使用者才能够编辑给该 IPv4 位址使用的设定。
我另外弄了一个专门给 Ubuntu 台湾中文社群的通用设定在
https://sylee.org/d-i/?share=08080808,点进去后按下 Save 就可以使用了。