User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2020/06/12 16:07] – [Donation] stephdlstart [2026/08/06 09:19] (current) – [NethServer 8 (current)] stephdl
Line 1: Line 1:
 ==== Welcome on my Personal repository for Nethserver and SME Server ==== ==== Welcome on my Personal repository for Nethserver and SME Server ====
- +I'm Stephane de Labrusse, a French lover of Free Software and passionated by the rpm software development. You will find my RPMS with their wiki page to install them, some documentations, stay tuned.
-I'm Stephane de Labrusse, a French lover of Freedom Software and passionated by the rpm software development. You will find my RPMS with their wiki page to install them, some documentations, stay tuned.+
  
 ==== You are looking for a Freelance, contact me==== ==== You are looking for a Freelance, contact me====
- 
 As a software developer and a system administrator on NethServer and SME Server, I could help you to fix your issues or to create the code you miss. As a software developer and a system administrator on NethServer and SME Server, I could help you to fix your issues or to create the code you miss.
- 
 You can contact me directly by : You can contact me directly by :
- 
   * [[stephdl@de-labrusse.fr|email: stephdl@de-labrusse.fr]]   * [[stephdl@de-labrusse.fr|email: stephdl@de-labrusse.fr]]
   * phone : +33 (0)675291918   * phone : +33 (0)675291918
-  * Hangout : stephane.delabrusse@gmail.com 
   * Telegram: stephane_de_labrusse   * Telegram: stephane_de_labrusse
   * website https://stephane.de-labrusse.fr   * website https://stephane.de-labrusse.fr
- 
  
 ==== Donation ==== ==== Donation ====
 +All my development work is done in my free time and from my own expenses. The softwares are free for you, but not the hardware to develop them. If you consider my work as something helpful, thank you to kindly make a donation to my paypal account and allow me to continue paying my server and all associated costs.
 +Every euros make the difference, please consider the recurring donation if you earn your living with my softwares.
 +[[https://paypal.me/sdelabrusse|{{ :btn_donatecc_lg.gif?direct&200 |}}]]
 +\\ Objectif for 2023: 1000€
 +\\ Donation for 2023: 100€
 +\\ Donation for 2022: 100€
 +\\ Donation for 2021: 20€
 +\\ Donation for 2020: 370€
 +\\ Donation for 2019: 25€
 +\\ Donation for 2018: 0€
 +Thank you
  
-All my development work is done in my free time and from my own expenses. The softwares are free for youbut not the hardware to develop them. If you consider my work as something helpful, thank you to kindly make a donation to my paypal account and allow me to continue paying my server and all associated costs+==== NethServer 8 (current) ==== 
 +NS8 modules are now published on my own forge, not on the legacy mirror.
  
-Every euros make the differenceplease consider the recurring donation if you earn your living with my softwares.+Add my repositorysee the [[https://docs.nethserver.org/projects/ns8/en/latest/modules.html#software-repositories|manual page]] and use this URL:
  
-[[https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZPK8FKHVT4TY8|{{ :btn_donatecc_lg.gif?direct&200 |}}]]+<code> 
 +https://forge.de-labrusse.fr/ns8/updates/ 
 +</code>
  
-\\ Objectif for 2020: 720€ (fees for the soyoustart server)+Alternative URL (raw GitHub):
  
-\\ Donation for 2020: 140€ +<code> 
-\\ Donation for 201925€ +https://raw.githubusercontent.com/stephdl/ns8-stephdl/repomd/ns8/updates/ 
-\\ Donation for 2018: 0€+</code>
  
-Thank you+Then install a module from the Software Center, or from the shell, e.g.:
  
 +<code>
 +add-module ghcr.io/stephdl/bigbluebutton:1.0.0 1
 +</code>
  
-====NethServer==== +**List of modules available in this repository (always up to date, live from the forge):**
-See [[http://wiki.nethserver.org/doku.php?id=stephdl_repository|Stephdl Repository Installation]] and find **[[http://wiki.nethserver.org/doku.php?id=modules|my Modules]]**. For saving my time, only the documentation on the Nethserver wiki is updated.+
  
-Closed on 1 september 2015+see https://forge.de-labrusse.fr
  
-Reopened on the 24 September 2016 +<HTML> 
-====SME Server==== +<div id="ns8-modules">Chargement…</div> 
-See [[smeserver|SME Server Repository Installation]]  and all **my Contribs +<script> 
-** +fetch('https://raw.githubusercontent.com/stephdl/ns8-stephdl/repomd/ns8/updates/repodata.json').then(r => r.json()).then(data => { 
-====Documentation====+let rows data.map(mod => { 
 +let desc (mod.description && mod.description.en) || ''; 
 +let latest = (mod.versions && mod.versions[0] && mod.versions[0].tag) || ''; 
 +let code = (mod.docs && mod.docs.code_url) || '#'; 
 +let doc (mod.docs && mod.docs.documentation_url) || code; 
 +return '<tr><td>' + mod.name + '</td><td>' + latest + '</td><td>' + desc + '</td><td><a href="' + code + '">Code</a> / <a href="' + doc + '">Doc</a></td></tr>'; 
 +}).join(''); 
 +document.getElementById('ns8-modules').innerHTML '<table border="1" cellpadding="5"><tr><th>Module</th><th>Version</th><th>Description</th><th>Liens</th></tr>' + rows + '</table>'; 
 +}).catch(() => document.getElementById('ns8-modules').innerText 'Impossible de charger la liste des modules.'); 
 +</script> 
 +</HTML>
  
-[[documentation|Documentation]] +**Note:** some of my modules are not published on this personal forge but are maintained by me directly inside **NethForge**, the official NethServer community repository. For example, [[https://github.com/stephdl/ns8-lamp|ns8-lamp]] (LAMP stack) has moved there after community review. 
-====Repositories====+ 
 +To browse all NethForge modules (including mine), see the [[https://forge.nethserver.org/|NethForge index]] or add it as a repository, see the [[https://docs.nethserver.org/projects/ns8/en/latest/modules.html#software-repositories|manual page]].
  
-  * [[http://mirror.de-labrusse.fr/smeserver|Browse the SME Server repository]] +Bugs and issues: [[https://github.com/stephdl/dev/issues|Raise a bug]]
-  * [[http://mirror.de-labrusse.fr/Sme-Server|Browse the SME Server Development Folder]] +
-  * [[http://mirror.de-labrusse.fr/NethServer|Browse the NethServer repository]]  +
-  * [[http://mirror.de-labrusse.fr/NethDev|Browse the NethServer Development Folder]] +
  
 +==== Archives (legacy repositories) ====
 +The following repositories are kept for historical reference only, they are no longer actively maintained.
  
 +  * **NethServer 7**
 +    * NS7 is dead, please upgrade to NS8.
 +    * [[http://wiki.nethserver.org/doku.php?id=stephdl_repository|Installation guide]]
 +    * [[http://mirror.de-labrusse.fr/NethServer|Browse the NethServer repository]]
 +    * [[http://mirror.de-labrusse.fr/NethDev|Browse the NethServer Development Folder]]
 +  * **NethServer 6**
 +    * Closed on 1 september 2015, reopened on 24 September 2016. Historical archive only.
 +    * [[http://wiki.nethserver.org/doku.php?id=modules|My Modules]]
 +  * **SME Server**
 +    * [[smeserver|SME Server Repository Installation]] and all **my Contribs**
 +    * [[http://mirror.de-labrusse.fr/smeserver|Browse the SME Server repository]]
 +    * [[http://mirror.de-labrusse.fr/Sme-Server|Browse the SME Server Development Folder]]
 +
 +====Documentation====
 +[[documentation|Documentation]]
  
start.1591978076.txt.gz · Last modified: by stephdl