commit 70032fdace76658efc036a8cfc9a95ae8f23a89a Author: danielferreira Date: Wed Apr 22 16:26:10 2026 +0000 site diff --git a/index.html b/index.html new file mode 100644 index 0000000..e0f3b9d --- /dev/null +++ b/index.html @@ -0,0 +1,259 @@ + + + + + + Projeto Openwave | Ecossistema Comunitário + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+
+
+
+ Software Livre & Gratuito +
+ +

+ Tecnologia aberta
para todos. +

+ +

+ O Projeto Openwave é um braço comunitário criado para fornecer serviços, ferramentas e infraestrutura gratuita para desenvolvedores, sysadmins e projetos independentes. +

+ +
+ + + Ver Códigos Fonte + +
+
+
+ +
+
+
+

Sem Paywalls

+

Todas as ferramentas do ecossistema são 100% gratuitas para a comunidade.

+
+
+
+

Privacidade

+

Operamos nossos próprios servidores garantindo a total segurança dos dados.

+
+
+
+

Mantido por Linkwave

+

Infraestrutura em nuvem e rede fornecida pela equipe da Linkwave Connect.

+
+
+
+ + + + +
+ + + + + + + \ No newline at end of file diff --git a/services.json b/services.json new file mode 100644 index 0000000..2798140 --- /dev/null +++ b/services.json @@ -0,0 +1,92 @@ +{ + "ecosystem": [ + { + "id": "account", + "name": "Openwave Account", + "tech": "Authentik", + "description": "SSO e Identidade Única.", + "link": "https://account.openwave.net.br", + "icon": "fa-shield-halved", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + }, + { + "id": "calendar", + "name": "OpenDAV", + "tech": "Baikal", + "description": "Calendario e Contatos via DAV", + "link": "https://cal.openwave.net.br", + "icon": "fa-calendar", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + }, + { + "id": "images", + "name": "OpenImages", + "tech": "Picsur", + "description": "Hospedagem de Imagens.", + "link": "https://image.openwave.net.br", + "icon": "fa-images", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + }, + { + "id": "pki", + "name": "Linkwave CA", + "tech": "OpenSSL", + "description": "Certificados Digitais.", + "link": "https://ca.openwave.net.br", + "icon": "fa-certificate", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + }, + { + "id": "photos", + "name": "OpenPhotos", + "tech": "Immich", + "description": "Alternativa open-source ao Google Photos", + "link": "https://fotos.openwave.net.br", + "icon": "fa-photo-film", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + }, + { + "id": "pdftools", + "name": "OpenPDF", + "tech": "BentoPDF", + "description": "Edite e altere PDF's com facilidade e totalmente privado", + "link": "https://pdf.openwave.net.br", + "icon": "fa-file-pdf", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + }, + { + "id": "matrixchat", + "name": "Matrix Server", + "tech": "Matrix", + "description": "Chat descentralizado e privado, onde o único que possui seus dados é você mesmo. Use nosso servidor com qualquer cliente matrix, utilizando a URL", + "link": "https://matrix.openwave.net.br", + "icon": "fa-comment", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + }, + { + "id": "elementchat", + "name": "OpenChat / Element", + "tech": "Element", + "description": "Chat descentralizado e privado, onde o único que possui seus dados é você mesmo. Use nosso cliente com qualquer servidor matrix.", + "link": "https://chat.openwave.net.br", + "icon": "fa-comments", + "color": "text-brand-blue", + "bg": "bg-blue-500/10", + "borderHover": "hover:border-blue-500/50" + } + ] +} \ No newline at end of file