-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0c477c6
Showing
12 changed files
with
528 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Meshviewer Hardware-Images | ||
|
||
These images from various routers which can be used with the meshviewer fork at https://github.com/freifunkstuff/meshviewer. | ||
|
||
## License | ||
|
||
Mosth of the files are only copies of: https://github.com/Moorviper/Freifunk-Router-Anleitungen | ||
named to be used with Meshviewer. | ||
|
||
All new drawn pictures except these for the virtual-maschines, the intel and AMD - Logos, and the raspberry-pi graphic (they are from other sources), | ||
are released as: | ||
|
||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />Dieses Werk ist lizenziert unter einer <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz</a>. | ||
|
||
## Contributor's Agreement | ||
|
||
If you contribute to this repository, you confirm that you own the copyright of all contributed work and that you agree to distribute it under the license of this repository. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: '3' | ||
services: | ||
nginx: | ||
image: nginx:1.23-alpine | ||
volumes: | ||
- ./hwimg/:/usr/share/nginx/html/hwimg/ | ||
ports: | ||
- 0.0.0.0:8085:80 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.