[Services] added cryptpad as a service
This commit is contained in:
parent
a06ed4abab
commit
efbc442116
@ -28,6 +28,14 @@ To stop it:
|
|||||||
nginx -p . -s stop
|
nginx -p . -s stop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Events
|
||||||
|
|
||||||
|
To update events, update the `events.csv` then run commands
|
||||||
|
```
|
||||||
|
python build_pages.py # builds html out of csv
|
||||||
|
python image_poster.py # generates images for events
|
||||||
|
```
|
||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
|
|
||||||
- [x] create page builder
|
- [x] create page builder
|
||||||
|
@ -45,13 +45,27 @@
|
|||||||
<td><a href="https://nextcloud.com/">Nextcloud</a> instance on which we organize tasks we need to do and use as calandar.
|
<td><a href="https://nextcloud.com/">Nextcloud</a> instance on which we organize tasks we need to do and use as calandar.
|
||||||
</td>
|
</td>
|
||||||
</tr>-->
|
</tr>-->
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://cryptpad.dmz.rs/">CryptPad</a></td>
|
||||||
|
<td>
|
||||||
|
<a href="https://cryptpad.org/">CryptPad</a> alternative to google office
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://search.dmz.rs/">Search</a></td>
|
<td><a href="https://search.dmz.rs/">Search</a></td>
|
||||||
<td><a href="https://github.com/searxng/searxg/">SearXNG</a> instance used for Web searching.</td>
|
<td>
|
||||||
|
<a href="https://github.com/searxng/searxg/">SearXNG</a> instance used for
|
||||||
|
Web searching.
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://pastebin.dmz.rs/">Pastebin</a></td>
|
<td><a href="https://pastebin.dmz.rs/">Pastebin</a></td>
|
||||||
<td><a href="https://privatebin.info/">PrivateBin</a> instance we use for sharing text files</td>
|
<td>
|
||||||
|
<a href="https://privatebin.info/">PrivateBin</a> instance we use for
|
||||||
|
sharing text files
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="ssh://soft.dmz.rs:2222/">Soft Serve</a></td>
|
<td><a href="ssh://soft.dmz.rs:2222/">Soft Serve</a></td>
|
||||||
|
@ -50,6 +50,12 @@
|
|||||||
zapisujemo stvari koje planiramo da uradimo i kao kalendar.
|
zapisujemo stvari koje planiramo da uradimo i kao kalendar.
|
||||||
</td>
|
</td>
|
||||||
<tr>-->
|
<tr>-->
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://cryptpad.dmz.rs/">CryptPad</a></td>
|
||||||
|
<td>
|
||||||
|
<a href="https://cryptpad.org/">CryptPad</a> zamena za google office
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://search.dmz.rs/">Search</a></td>
|
<td><a href="https://search.dmz.rs/">Search</a></td>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user