Skip to content

Commit f26c9cf

Browse files
committed
rename project first intentions
1 parent 8c32186 commit f26c9cf

File tree

2 files changed

+33
-19
lines changed

2 files changed

+33
-19
lines changed

LICENSE

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1+
Copyright 2025 TechNative B.V.
2+
Copyright 2025 Pim Snel
13
Copyright 2018 Duo Security
24

3-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are met:
47

5-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8+
1. Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
610

7-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
814

9-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
15+
3. Neither the name of the copyright holder nor the names of its contributors
16+
may be used to endorse or promote products derived from this software without
17+
specific prior written permission.
1018

11-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
CloudMapper Flake Fork
2-
======================
1+
# Cloudia
32

4-
## About this flake fork
3+
Cloud Infrastructure Abstraction. Cloudia reads clouds and will write diagrams.
54

6-
The upstream Cloudmapper project has been abandoned. The used python libraries
7-
are obsolete and therefor it's difficult, even using docker, to get cloudmapper
8-
working. This is sad, because cloudmapper still is very useful.
5+
Currently Cloudia is just a fork of CloudMapper. The ambition of the Cloudia
6+
project is to serve as man in the middle between Cloud Platforms and Diagram
7+
authoring applications.
98

10-
This fork adds a flake.nix file to preserve a working cloudmapper for
11-
the future. If you wanna try it make sure you have [nix](https://nixos.org)
12-
installed with flakes enabled.
9+
![](concept-intro.png)
10+
11+
Star us and keep following the project. If you just want a working version of
12+
CloudMapper, have a look at our
13+
[cloudmapper-flake-fork](https://github.com/wearetechnative/cloudmapper-flake).
1314

1415
## Usage
1516

16-
First read upstream [Setup](#setup) documentation.
17+
First read general [Setup](#setup) documentation.
1718

1819
### nix develop
1920

@@ -25,10 +26,6 @@ nix development github:wearetechnative/cloudmapper-flake
2526

2627
You can now run `python cloudmapper [command]` e.g. `python cloudmapper collect`
2728

28-
### ~~nix run~~
29-
30-
~~Alternatively you can run cloudmapper instantly using the `nix run` method.~~
31-
3229
## Supported commands
3330

3431
Not all commands are working because not all python modules are backported.

0 commit comments

Comments
 (0)