Crashedmind / PlantUML-opensecurityarchitecture-icons

icons from opensecurityarchitecture.org for use with PlantUML
19 stars 3 forks source link

Migrate to https://github.com/plantuml-stdlib? #1

Open Potherca opened 3 years ago

Potherca commented 3 years ago

As you are already actively involved in the (unofficial) plantuml-stdlib org, would it make sense to migrate this project there?

Ofcourse, the same question also applies to https://github.com/Crashedmind/PlantUML-Elastic-icons

Potherca commented 3 years ago

This is your friendly six month reminder!

Potherca commented 1 year ago

@Crashedmind This is your friendly one-year-later reminder to ask if you might be interested.

xeruf commented 12 months ago

Would love to see this, took me a while to discover this awesome icon set!

xeruf commented 12 months ago

However, Compatibility with ELK should be fixed:

@startuml
!pragma layout elk

!define osaPuml https://github.com/Crashedmind/PlantUML-opensecurityarchitecture-icons/tree/main

!include osaPuml/Common.puml
!include osaPuml/Hardware/all.puml
!include osaPuml/Misc/all.puml
!include osaPuml/Server/all.puml

osa_cloud(cloud, "cloud", "cloud") {
    osa_server(server, "Server VM", "Debian", "HestiaCP")
    osa_vpn(vpn, "Gateway VM", "Debian", "HestiaCP")
    osa_vpn(vpn2, "Gateway VM", "Debian", "HestiaCP")
}

@enduml

yields

Components extending into each other looks really unprofessional, while ELK in general is very professional.

xeruf commented 12 months ago

Nevermind, https://github.com/Crashedmind/PlantUML-opensecurityarchitecture2-icons was incorporated, time to close this.