Skip to content

Commit 5cf94cc

Browse files
authored
Merge pull request #118 from fusioninventory/master+crowdfunding
Crowdfunding
2 parents bd5307b + 61f5c58 commit 5cf94cc

File tree

3 files changed

+94
-0
lines changed

3 files changed

+94
-0
lines changed

_includes/navheader.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
{% endfor %}
9292
{% endif %}
9393
</div>
94+
<div style="z-index: 10; position: absolute;">
95+
<a href="https://www.kickstarter.com/projects/ddurieux/free-software-fusioninventory-30-andand-fusionsuite-10">
96+
<img src="/assets/img/kickstarter.png">
97+
</a>
98+
</div>
9499
</div>
95100

96101
{%- if site.data.sitetext[page.lang].header.button -%}

_posts/2024-09-14-crowdfunding.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
layout: post
3+
title: Crowdfunding
4+
categories: news
5+
lang: en
6+
---
7+
8+
As announced in the last two reports of the month, crowdfunding has just been launched.
9+
10+
<a href="https://www.kickstarter.com/projects/ddurieux/free-software-fusioninventory-30-andand-fusionsuite-10">
11+
<img src="/assets/img/kickstarter.png" width="413">
12+
</a>
13+
14+
15+
# I. Introduction
16+
17+
This crowdfunding concerns two projects at the same time:
18+
19+
* FusionInventory
20+
* FusionSuite
21+
22+
The ambitions, and therefore the major works, have already been underway for several months, even several years.
23+
24+
<br/>
25+
26+
# II. Projects
27+
28+
<br>
29+
<br>
30+
31+
# II.1. FusionInventory
32+
33+
FusionInventory has started its transformation.
34+
35+
The agent is being completely rewritten, in RUST language.
36+
37+
The version will be version 3.0.
38+
39+
This agent allows you to perform several operations on your IT equipment:
40+
41+
* automated inventory of computers and servers
42+
* network discovery
43+
* network inventory (switch, printers, etc.) via SNMP
44+
* application deployment & launch of commands, scripts, etc.
45+
46+
This version will be a version compiled in machine language and will be faster, more robust and will avoid having a program interpreted on computers (better in terms of security).
47+
48+
The server part (which controls the agent and/or receives information) was a plugin in GLPI. It has been [abandoned](https://fusioninventory.org/news/2024/03/27/plugin-fusioninventory-gsit-glpi-support-status.html).
49+
50+
There are/will be at least two servers:
51+
52+
* integrated in GSIT (fork of GLPI)
53+
* integrated in FusionSuite (see the following paragraph)
54+
55+
<br/>
56+
57+
# II.2. FusionSuite
58+
59+
FusionSuite is a software, started in 2021 and developed at about 60%.
60+
61+
It is a web & mobile application that allows you to manage:
62+
63+
* its assets: computers, screens, tables, cars, rockets... (you choose what you want to manage)
64+
* ITIL: support tickets, changes...
65+
* security: CVE of applications
66+
67+
A fairly advanced configurable workflow will also be part of it, allowing operations to be carried out via internal or external triggers.
68+
69+
70+
<br/>
71+
72+
73+
# III. What will this funding be used for
74+
75+
Currently, I am working on these 2 projects in my free time.
76+
77+
It is frustrating, because I cannot go as fast as I would like.
78+
79+
This funding will allow me to work 100% on these 2 projects for 1 year and therefore to do long sessions of coding or writing documentation; this will save a lot of time and finish **version 3.0 of FusionInventory** and **version 1.0 of FusionSuite** more quickly.
80+
81+
It will also include the documentation to be written, providing support to the community...
82+
83+
<br>
84+
85+
# IV. Where is it happening?
86+
87+
All the funding information is on this link [kickstarter](https://www.kickstarter.com/projects/ddurieux/free-software-fusioninventory-30-andand-fusionsuite-10).
88+
89+
**David Durieux - FusionSuite Project Leader**

assets/img/kickstarter.png

32.5 KB
Loading

0 commit comments

Comments
 (0)