Skip to content

Commit 93a6dff

Browse files
committed
docs: Refresh screenshots, link demo video in README
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent 72fdc49 commit 93a6dff

30 files changed

+21
-2077
lines changed

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Modern network boot server.
66

77
<br/>
88

9+
https://user-images.githubusercontent.com/28832235/117546130-42745500-b029-11eb-804d-134ff5049ccc.mp4
10+
911
[![hydrun CI](https://github.com/pojntfx/bofied/actions/workflows/hydrun.yaml/badge.svg)](https://github.com/pojntfx/bofied/actions/workflows/hydrun.yaml)
1012
[![Docker CI](https://github.com/pojntfx/bofied/actions/workflows/docker.yaml/badge.svg)](https://github.com/pojntfx/bofied/actions/workflows/docker.yaml)
1113
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.22-61CFDD.svg)
@@ -202,46 +204,46 @@ Now that the backend is running, head over to [https://pojntfx.github.io/bofied/
202204

203205
Alternatively, as described in [Frontend](#frontend), you can also choose to self-host. Once you're on the page, you should be presented with the following setup page:
204206

205-
![Setup page](./assets/setup.png)
207+
![Setup page](./docs/screenshot-setup.png)
206208

207209
You'll have to enter your own information here; the `Backend URL` is the URL on which the backend (`http://localhost:15256/` by default) runs, the `OIDC Issuer`, `Client ID` and `Redirect URL` are the same values that you've set the backend up with above.
208210

209211
Finally, click on `Login`, and if everything worked out fine you should be presented with the initial launch screen:
210212

211-
![Initial page](./assets/initial.png)
213+
![Initial page](./docs/screenshot-initial.png)
212214

213215
🚀 **That's it**! We hope you enjoy using bofied.
214216

215217
## Screenshots
216218

217219
Click on an image to see a larger version.
218220

219-
<a display="inline" href="./assets/syntax-validation.png?raw=true">
220-
<img src="./assets/syntax-validation.png" width="45%" alt="Screenshot of syntax validation" title="Screenshot of syntax validation">
221+
<a display="inline" href="./docs/screenshot-syntax-validation.png?raw=true">
222+
<img src="./docs/screenshot-syntax-validation.png" width="45%" alt="Screenshot of syntax validation" title="Screenshot of syntax validation">
221223
</a>
222224

223-
<a display="inline" href="./assets/monitoring.png?raw=true">
224-
<img src="./assets/monitoring.png" width="45%" alt="Screenshot of monitoring" title="Screenshot of monitoring">
225+
<a display="inline" href="./docs/screenshot-monitoring.png?raw=true">
226+
<img src="./docs/screenshot-monitoring.png" width="45%" alt="Screenshot of monitoring" title="Screenshot of monitoring">
225227
</a>
226228

227-
<a display="inline" href="./assets/file-operations-2.png?raw=true">
228-
<img src="./assets/file-operations-2.png" width="45%" alt="Screenshot 2 of file operations" title="Screenshot 2 of file operations">
229+
<a display="inline" href="./docs/screenshot-file-operations-2.png?raw=true">
230+
<img src="./docs/screenshot-file-operations-2.png" width="45%" alt="Screenshot 2 of file operations" title="Screenshot 2 of file operations">
229231
</a>
230232

231-
<a display="inline" href="./assets/file-operations-3.png?raw=true">
232-
<img src="./assets/file-operations-3.png" width="45%" alt="Screenshot 3 of file operations" title="Screenshot 3 of file operations">
233+
<a display="inline" href="./docs/screenshot-file-operations-3.png?raw=true">
234+
<img src="./docs/screenshot-file-operations-3.png" width="45%" alt="Screenshot 3 of file operations" title="Screenshot 3 of file operations">
233235
</a>
234236

235-
<a display="inline" href="./assets/sharing.png?raw=true">
236-
<img src="./assets/sharing.png" width="45%" alt="Screenshot of sharing" title="Screenshot of sharing">
237+
<a display="inline" href="./docs/screenshot-sharing.png?raw=true">
238+
<img src="./docs/screenshot-sharing.png" width="45%" alt="Screenshot of sharing" title="Screenshot of sharing">
237239
</a>
238240

239-
<a display="inline" href="./assets/text-editor.png?raw=true">
240-
<img src="./assets/text-editor.png" width="45%" alt="Screenshot of the text editor" title="Screenshot of the text editor">
241+
<a display="inline" href="./docs/screenshot-text-editor.png?raw=true">
242+
<img src="./docs/screenshot-text-editor.png" width="45%" alt="Screenshot of the text editor" title="Screenshot of the text editor">
241243
</a>
242244

243-
<a display="inline" href="./assets/about-modal.png?raw=true">
244-
<img src="./assets/about-modal.png" width="45%" alt="Screenshot of about modal" title="Screenshot of about modal">
245+
<a display="inline" href="./docs/screenshot-about-modal.png?raw=true">
246+
<img src="./docs/screenshot-about-modal.png" width="45%" alt="Screenshot of about modal" title="Screenshot of about modal">
245247
</a>
246248

247249
## Reference
@@ -377,15 +379,15 @@ When bofied is first started, it automatically downloads [pojntfx/ipxe-binaries]
377379

378380
In addition to using the frontend to manage boot files, you can also mount them using [WebDAV](https://en.wikipedia.org/wiki/WebDAV). You can the required credentials by using the `Mount directory` button in the frontend:
379381

380-
![Mount directory modal](./assets/mount-directory.png)
382+
![Mount directory modal](./docs/screenshot-mount-directory.png)
381383

382384
Using a file manager like [Files](https://en.wikipedia.org/wiki/GNOME_Files), you can now mount the folder:
383385

384-
![GNOME Files WebDAV mounting](./assets/gnome-files-webdav-mounting.png)
386+
![GNOME Files WebDAV mounting](./docs/screenshot-gnome-files-webdav-mounting.png)
385387

386388
When transfering large files, using WebDAV directly is the recommended method.
387389

388-
![GNOME Files WebDAV listing](./assets/gnome-files-webdav-listing.png)
390+
![GNOME Files WebDAV listing](./docs/screenshot-gnome-files-webdav-listing.png)
389391

390392
### gRPC API
391393

assets/about-modal.png

-468 KB
Binary file not shown.

0 commit comments

Comments
 (0)