readme update
This commit is contained in:
parent
11de31c1b9
commit
1881492546
30
README.md
30
README.md
@ -2,25 +2,35 @@
|
||||
- [x] virtualenv
|
||||
- [x] git repo
|
||||
- [x] how to make a daemon?
|
||||
- [ ] get argparse working
|
||||
- [ ] implement config file
|
||||
- [x] get argparse working
|
||||
- [x] implement config file
|
||||
- [ ] model default system
|
||||
- [ ] list / add / edit / delete operating systems
|
||||
- [ ] model -> storage -> bool overwrite_always false
|
||||
|
||||
# cli
|
||||
./quickos os storage
|
||||
os: operating_system
|
||||
storage: storage where to flash the os
|
||||
- install a system (arch, ubuntu, debian, suse, etc.) to a stick
|
||||
- list / add / edit / delete operating systems
|
||||
```
|
||||
$ ./quickos -h
|
||||
usage: quickos.py [-h] os storage
|
||||
|
||||
flash linux operating systems on the fly
|
||||
|
||||
positional arguments:
|
||||
os the operating system that should be flashed
|
||||
storage the storage where the os shall be flashed
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
```
|
||||
|
||||
# model
|
||||
|
||||
## operating_system
|
||||
- string name
|
||||
- string url_os
|
||||
- string url_sig
|
||||
- string file_name
|
||||
- string file_url
|
||||
- string test_name
|
||||
- string test_url
|
||||
- string test_sha256
|
||||
- int interval [ days ], default = 7 days
|
||||
|
||||
## storage
|
||||
|
37
index.html
37
index.html
@ -1,37 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>willipink</title>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="/favicon/manifest.json">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/styles.css">
|
||||
|
||||
<base target="_parent">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="navi.html"></iframe>
|
||||
<p>Hello world!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user