UI: Fixed Index Links and Enabled attr_list Extensions
This commit is contained in:
parent
aa63d8333d
commit
f508c46a18
|
|
@ -130,18 +130,20 @@ def create_index():
|
|||
|
||||
if "documentacao " in raw_path:
|
||||
# documentacao zammad/[Nível 1]...md -> Zammad/[Nível 1]...md
|
||||
# Split by folder
|
||||
parts = raw_path.split("/", 1)
|
||||
if len(parts) == 2:
|
||||
clean_folder = clean_folder_name(parts[0])
|
||||
# Remove .md if it's there to let awesome-pages handle it?
|
||||
# Actually, link should point to the .md or .html.
|
||||
# MkDocs converts .md to .html but relative links inside MD work.
|
||||
new_path = f"./{clean_folder}/{parts[1]}"
|
||||
# Re-quote
|
||||
return f"[{label}]({urllib.parse.quote(new_path)})"
|
||||
return f"[[{label}]]({urllib.parse.quote(new_path)})"
|
||||
|
||||
return match.group(0)
|
||||
|
||||
# Simple link regex: \[(.*?)\]\((.*?)\)
|
||||
content = re.sub(r"\[(.*?)\]\((.*?)\)", fix_link, content)
|
||||
# Use a regex that specifically looks for nested double brackets if present
|
||||
# Or just stay greedy. [[Title]](path) -> group1=[Title], group2=path
|
||||
content = re.sub(r"\[\[(.*?)\]\]\((.*?)\)", fix_link, content)
|
||||
|
||||
# Also fix relative image paths if any (assets/logo.png -> ./assets/logo.png)
|
||||
content = content.replace("](assets/", "](./assets/")
|
||||
|
|
|
|||
192
README.md
192
README.md
|
|
@ -20,21 +20,21 @@ Este repositório centraliza a documentação técnica da iT Guys, organizada po
|
|||
### 1. Rede e Segurança (pfSense / Suricata / OpenVPN)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░` **68%**
|
||||
|
||||
- [x] [[Nível 3] Planejamento De Hardware E Sizing](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Planejamento%20De%20Hardware%20E%20Sizing.md)
|
||||
- [x] [[Nível 2] Instalação E Configuração Inicial](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Instalação%20E%20Configuração%20Inicial.md)
|
||||
- [x] [[Nível 2] Customização E Identidade Visual](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Customização%20E%20Identidade%20Visual.md)
|
||||
- [x] [[Nível 2] Gerenciamento De Usuários E Ldap](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Gerenciamento%20De%20Usuários%20E%20Ldap.md)
|
||||
- [x] [[Nível 2] Interfaces, Vlans E Lagg](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Interfaces%2C%20Vlans%20E%20Lagg.md)
|
||||
- [x] [[Nível 3] Multi-WAN e Roteamento](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Multi.md)
|
||||
- [x] [[Nível 2] Firewall Rules E Nat](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Firewall%20Rules%20E%20Nat.md)
|
||||
- [x] [[Nível 2] Serviço De Dns (Resolver/Forwarder)](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Serviço%20De%20Dns%20(ResolverForwarder).md)
|
||||
- [x] [[Nível 2] Serviço Dhcp E Reservas De Ip](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Serviço%20Dhcp%20E%20Reservas%20De%20Ip%20(Static%20Mapping).md)
|
||||
- [x] [[Nível 2] Serviço Tftp E Provisionamento](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Serviço%20Tftp%20E%20Provisionamento.md)
|
||||
- [x] [[Nível 3] Filtro De Conteúdo E Segurança (pfBlockerNG)](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Filtro%20De%20Conteúdo%20E%20Segurança%20(Pfblockerng).md)
|
||||
- [x] [[Nível 3] IDS/IPS Com Suricata](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20IdsIps%20Com%20Suricata.md)
|
||||
- [x] [[Nível 2] Vpn Road Warrior (OpenVPN)](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Vpn%20Road%20Warrior%20(Openvpn).md)
|
||||
- [x] [[Nível 3] Vpn Site-to-Site](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Vpn%20Site.md)
|
||||
- [x] [[Nível 3] Diagnóstico Avançado, Shell E Recovery](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Diagnóstico%20Avançado%2C%20Shell%20E%20Recovery.md)
|
||||
- [x] [Nível 3] [[Planejamento De Hardware E Sizing]](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Planejamento%20De%20Hardware%20E%20Sizing.md)
|
||||
- [x] [Nível 2] [[Instalação E Configuração Inicial]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Instalação%20E%20Configuração%20Inicial.md)
|
||||
- [x] [Nível 2] [[Customização E Identidade Visual]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Customização%20E%20Identidade%20Visual.md)
|
||||
- [x] [Nível 2] [[Gerenciamento De Usuários E Ldap]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Gerenciamento%20De%20Usuários%20E%20Ldap.md)
|
||||
- [x] [Nível 2] [[Interfaces, Vlans E Lagg]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Interfaces%2C%20Vlans%20E%20Lagg.md)
|
||||
- [x] [Nível 3] [[Multi-WAN e Roteamento]](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Multi.md)
|
||||
- [x] [Nível 2] [[Firewall Rules E Nat]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Firewall%20Rules%20E%20Nat.md)
|
||||
- [x] [Nível 2] [[Serviço De Dns (Resolver/Forwarder)]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Serviço%20De%20Dns%20(ResolverForwarder).md)
|
||||
- [x] [Nível 2] [[Serviço Dhcp E Reservas De Ip]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Serviço%20Dhcp%20E%20Reservas%20De%20Ip%20(Static%20Mapping).md)
|
||||
- [x] [Nível 2] [[Serviço Tftp E Provisionamento]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Serviço%20Tftp%20E%20Provisionamento.md)
|
||||
- [x] [Nível 3] [[Filtro De Conteúdo E Segurança (pfBlockerNG)]](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Filtro%20De%20Conteúdo%20E%20Segurança%20(Pfblockerng).md)
|
||||
- [x] [Nível 3] [[IDS/IPS Com Suricata]](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20IdsIps%20Com%20Suricata.md)
|
||||
- [x] [Nível 2] [[Vpn Road Warrior (OpenVPN)]](documentacao%20rede%20e%20seguranca/%5BNível%202%5D%20Vpn%20Road%20Warrior%20(Openvpn).md)
|
||||
- [x] [Nível 3] [[Vpn Site-to-Site]](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Vpn%20Site.md)
|
||||
- [x] [Nível 3] [[Diagnóstico Avançado, Shell E Recovery]](documentacao%20rede%20e%20seguranca/%5BNível%203%5D%20Diagnóstico%20Avançado%2C%20Shell%20E%20Recovery.md)
|
||||
- [ ] [Nível 3] Tuning de Wi-Fi para Alta Densidade (Unifi/Omada)
|
||||
- [ ] [Nível 3] VPN Site-to-Site Avançada (Mesh / Hub-and-Spoke)
|
||||
- [ ] [Nível 3] Segregação de Redes Críticas (VLAN de Equipamentos Médicos/Industriais)
|
||||
|
|
@ -46,127 +46,121 @@ Este repositório centraliza a documentação técnica da iT Guys, organizada po
|
|||
### 2. Storage (TrueNAS / ZFS)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░` **75%**
|
||||
|
||||
- [x] [[Nível 1] Monitoramento de Saúde de Discos](documentacao%20storage/%5BNível%201%5D%20Monitoramento%20de%20Saúde%20de%20Discos.md)
|
||||
- [x] [[Nível 2] Gestão De Users, Groups E Acls](documentacao%20storage/%5BNível%202%5D%20Gestão%20De%20Users%2C%20Groups%20E%20Acls.md)
|
||||
- [x] [[Nível 2] Snapshots E Replicação](documentacao%20storage/%5BNível%202%5D%20Snapshots%20E%20Replicação.md)
|
||||
- [x] [[Nível 3] Arquitetura ZFS e Planejamento](documentacao%20storage/%5BNível%203%5D%20Arquitetura%20ZFS%20e%20Planejamento.md)
|
||||
- [x] [[Nível 3] Manutenção E Performance ZFS](documentacao%20storage/%5BNível%203%5D%20Manutenção%20E%20Performance%20Zfs.md)
|
||||
- [x] [[Nível 3] Configuração de iSCSI Target](documentacao%20storage/%5BNível%203%5D%20Configuração%20de%20iSCSI%20Target.md)
|
||||
- [x] [Nível 1] [[Monitoramento de Saúde de Discos]](documentacao%20storage/%5BNível%201%5D%20Monitoramento%20de%20Saúde%20de%20Discos.md)
|
||||
- [x] [Nível 2] [[Gestão De Users, Groups E Acls]](documentacao%20storage/%5BNível%202%5D%20Gestão%20De%20Users%2C%20Groups%20E%20Acls.md)
|
||||
- [x] [Nível 2] [[Snapshots E Replicação]](documentacao%20storage/%5BNível%202%5D%20Snapshots%20E%20Replicação.md)
|
||||
- [x] [Nível 3] [[Arquitetura ZFS e Planejamento]](documentacao%20storage/%5BNível%203%5D%20Arquitetura%20ZFS%20e%20Planejamento.md)
|
||||
- [x] [Nível 3] [[Manutenção E Performance ZFS]](documentacao%20storage/%5BNível%203%5D%20Manutenção%20E%20Performance%20Zfs.md)
|
||||
- [x] [Nível 3] [[Configuração de iSCSI Target]](documentacao%20storage/%5BNível%203%5D%20Configuração%20de%20iSCSI%20Target.md)
|
||||
- [ ] [Nível 3] Otimização de Storage para Edição de Vídeo (10GbE/Jumbo Frames)
|
||||
- [ ] [Nível 3] Otimização de Protocolo SMB para Arquivos Grandes (AutoCAD/Revit)
|
||||
|
||||
### 3. Bancos de Dados (PostgreSQL / MySQL / Redis)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓` **100%**
|
||||
|
||||
- [x] [[Nível 1] Diagnóstico de Conectividade e Status](documentacao%20bancos%20de%20dados/%5BNível%201%5D%20Diagnóstico%20de%20Conectividade%20e%20Status.md)
|
||||
- [x] [[Nível 1] Procedimento de Backup e Restore Manual](documentacao%20bancos%20de%20dados/%5BNível%201%5D%20Procedimento%20de%20Backup%20e%20Restore%20Manual.md)
|
||||
- [x] [[Nível 2] Instalação e Configuração Base](documentacao%20bancos%20de%20dados/%5BNível%202%5D%20Instalação%20e%20Configuração%20Base.md)
|
||||
- [x] [[Nível 2] Gestão de Usuários e Permissões](documentacao%20bancos%20de%20dados/%5BNível%202%5D%20Gestão%20de%20Usuários%20e%20Permissões.md)
|
||||
- [x] [[Nível 2] Manutenção Preventiva e Logs](documentacao%20bancos%20de%20dados/%5BNível%202%5D%20Manutenção%20Preventiva%20e%20Logs.md)
|
||||
- [x] [[Nível 3] Tuning de Performance e Otimização](documentacao%20bancos%20de%20dados/%5BNível%203%5D%20Tuning%20de%20Performance%20e%20Otimização.md)
|
||||
- [x] [[Nível 3] Arquitetura de Persistência e Troubleshooting Avançado](documentacao%20bancos%20de%20dados/%5BNível%203%5D%20Arquitetura%20de%20Persistência%20e%20Troubleshooting%20Avançado.md)
|
||||
- [x] [Nível 1] [[Diagnóstico de Conectividade e Status]](documentacao%20bancos%20de%20dados/%5BNível%201%5D%20Diagnóstico%20de%20Conectividade%20e%20Status.md)
|
||||
- [x] [Nível 1] [[Procedimento de Backup e Restore Manual]](documentacao%20bancos%20de%20dados/%5BNível%201%5D%20Procedimento%20de%20Backup%20e%20Restore%20Manual.md)
|
||||
- [x] [Nível 2] [[Instalação e Configuração Base]](documentacao%20bancos%20de%20dados/%5BNível%202%5D%20Instalação%20e%20Configuração%20Base.md)
|
||||
- [x] [Nível 2] [[Gestão de Usuários e Permissões]](documentacao%20bancos%20de%20dados/%5BNível%202%5D%20Gestão%20de%20Usuários%20e%20Permissões.md)
|
||||
- [x] [Nível 2] [[Manutenção Preventiva e Logs]](documentacao%20bancos%20de%20dados/%5BNível%202%5D%20Manutenção%20Preventiva%20e%20Logs.md)
|
||||
- [x] [Nível 3] [[Tuning de Performance e Otimização]](documentacao%20bancos%20de%20dados/%5BNível%203%5D%20Tuning%20de%20Performance%20e%20Otimização.md)
|
||||
- [x] [Nível 3] [[Arquitetura de Persistência e Troubleshooting Avançado]](documentacao%20bancos%20de%20dados/%5BNível%203%5D%20Arquitetura%20de%20Persistência%20e%20Troubleshooting%20Avançado.md)
|
||||
|
||||
### 4. Windows Server (AD / DNS / GPO)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░` **77%**
|
||||
|
||||
- [x] [[Nível 1] Criação e Gestão do Ciclo de Vida de Usuários (AD)](documentacao%20windows/%5BNível%201%5D%20Criação%20e%20Gestão%20do%20Ciclo%20de%20Vida%20de%20Usuários%20(AD).md)
|
||||
- [x] [[Nível 2] Padrões de Senha e Configuração Inicial (Post-Install)](documentacao%20windows/%5BNível%202%5D%20Padrões%20de%20Senha%20e%20Configuração%20Inicial%20(Post-Install).md)
|
||||
- [x] [[Nível 2] Gestão Avançada de DNS e DHCP](documentacao%20windows/%5BNível%202%5D%20Gestão%20Avançada%20de%20DNS%20e%20DHCP.md)
|
||||
- [x] [[Nível 3] Automação e Relatórios com PowerShell](documentacao%20windows/%5BNível%203%5D%20Automação%20e%20Relatórios%20com%20PowerShell.md)
|
||||
- [x] [[Nível 3] Diagnóstico de Replicação (DCDIAG)](documentacao%20windows/%5BNível%203%5D%20Diagnóstico%20de%20Replicação%20(DCDIAG).md)
|
||||
- [x] [[Nível 3] Gestão Centralizada via GPO](documentacao%20windows/%5BNível%203%5D%20Gestão%20Centralizada%20via%20GPO.md)
|
||||
- [x] [[Nível 3] Disaster Recovery e Continuidade de Negócios (AD)](documentacao%20windows/%5BNível%203%5D%20Disaster%20Recovery%20e%20Continuidade%20de%20Negócios%20(AD).md)
|
||||
- [x] [Nível 1] [[Criação e Gestão do AD]](documentacao%20windows/%5BNível%201%5D%20Criação%20e%20Gestão%20do%20Ciclo%20de%20Vida%20de%20Usuários%20(AD).md)
|
||||
- [x] [Nível 2] [[Padrões de Senha (Post-Install)]](documentacao%20windows/%5BNível%202%5D%20Padrões%20de%20Senha%20e%20Configuração%20Inicial%20(Post-Install).md)
|
||||
- [x] [Nível 2] [[Gestão Avançada de DNS e DHCP]](documentacao%20windows/%5BNível%202%5D%20Gestão%20Avançada%20de%20DNS%20e%20DHCP.md)
|
||||
- [x] [Nível 3] [[Automação PowerShell]](documentacao%20windows/%5BNível%203%5D%20Automação%20e%20Relatórios%20com%20PowerShell.md)
|
||||
- [x] [Nível 3] [[Diagnóstico DCDIAG]](documentacao%20windows/%5BNível%203%5D%20Diagnóstico%20de%20Replicação%20(DCDIAG).md)
|
||||
- [x] [Nível 3] [[Gestão Centralizada via GPO]](documentacao%20windows/%5BNível%203%5D%20Gestão%20Centralizada%20via%20GPO.md)
|
||||
- [x] [Nível 3] [[Disaster Recovery AD]](documentacao%20windows/%5BNível%203%5D%20Disaster%20Recovery%20e%20Continuidade%20de%20Negócios%20(AD).md)
|
||||
- [ ] [Nível 3] RDS/Terminal Services: Otimização para Alta Latência
|
||||
- [ ] [Nível 3] Gestão de Impressão Centralizada e Cotas (PaperCut)
|
||||
|
||||
### 5. Microsoft Exchange (Exchange 2019)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓` **100%**
|
||||
|
||||
- [x] [[Nível 0] Como Acessar e Configurar Webmail e Celular](documentacao%20exchange/%5BNível%200%5D%20Como%20Acessar%20e%20Configurar%20Webmail%20e%20Celular.md)
|
||||
- [x] [[Nível 0] Como Configurar Resposta Automatica de Ferias](documentacao%20exchange/%5BNível%200%5D%20Como%20Configurar%20Resposta%20Automatica%20de%20Ferias.md)
|
||||
- [x] [[Nível 1] Diagnostico Basico - Usuario nao recebe e-mail](documentacao%20exchange/%5BNível%201%5D%20Diagnostico%20Basico%20-%20Usuario%20nao%20recebe%20e-mail.md)
|
||||
- [x] [[Nível 1] Procedimento de Criacao e Bloqueio de Usuarios](documentacao%20exchange/%5BNível%201%5D%20Procedimento%20de%20Criacao%20e%20Bloqueio de Usuarios.md)
|
||||
- [x] [[Nível 2] Gerenciamento de Cotas e Arquivamento](documentacao%20exchange/%5BNível%202%5D%20Gerenciamento%20de%20Cotas%20e%20Arquivamento.md)
|
||||
- [x] [[Nível 2] Gerenciamento de Quarentena Móvel (ActiveSync)](documentacao%20exchange/%5BNível%202%5D%20Gerenciamento%20de%20Quarentena%20Movel%20(ActiveSync).md)
|
||||
- [x] [[Nível 2] Gestao de Permissoes (Full Access e Send As)](documentacao%20exchange/%5BNível%202%5D%20Gestao%20de%20Permissoes%20(Full%20Access%20e%20Send%20As).md)
|
||||
- [x] [[Nível 2] Solução de Problemas de Lista de Endereços (OAB)](documentacao%20exchange/%5BNível%202%5D%20Solucao%20de%20Problemas%20de%20Lista%20de%20Enderecos%20(OAB).md)
|
||||
- [x] [[Nível 3] Acesso ao Servidor Windows Core e PowerShell](documentacao%20exchange/%5BNível%203%5D%20Acesso%20ao%20Servidor%20Windows%20Core%20e%20PowerShell.md)
|
||||
- [x] [[Nível 3] Arquitetura Técnica e Mapeamento](documentacao%20exchange/%5BNível%203%5D%20Arquitetura%20Tecnica%20e%20Mapeamento%20de%20Servidores.md)
|
||||
- [x] [[Nível 3] Auditoria Administrativa e Logs](documentacao%20exchange/%5BNível%203%5D%20Auditoria%20Administrativa%20e%20Logs%20de%20Seguranca.md)
|
||||
- [x] [[Nível 3] Checklist de Manutencao Diaria/Semanal](documentacao%20exchange/%5BNível%203%5D%20Checklist%20de%20Manutencao%20Diaria%20e%20Semanal.md)
|
||||
- [x] [[Nível 3] Disaster Recovery e Soft Restore](documentacao%20exchange/%5BNível%203%5D%20Disaster%20Recovery%20e%20Soft%20Restore.md)
|
||||
- [x] [[Nível 3] Gestao de Conectores e Roteamento](documentacao%20exchange/%5BNível%203%5D%20Gestao%20de%20Conectores%20e%20Roteamento%20de%20E-mail.md)
|
||||
- [x] [[Nível 3] Referencia de Operacoes via PowerShell](documentacao%20exchange/%5BNível%203%5D%20Referencia%20de%20Operacoes%20via%20PowerShell.md)
|
||||
- [x] [[Nível 3] Relatorios Avancados](documentacao%20exchange/%5BNível%203%5D%20Relatorios%20Avancados%20e%20Manutencao.md)
|
||||
- [x] [[Nível 3] Renovação de Certificado SSL](documentacao%20exchange/%5BNível%203%5D%20Renovacao%20de%20Certificado%20SSL%20e%20Integracao%20com%20IIS.md)
|
||||
- [x] [Nível 0] [[Configuração de Webmail e Celular]](documentacao%20exchange/%5BNível%200%5D%20Como%20Acessar%20e%20Configurar%20Webmail%20e%20Celular.md)
|
||||
- [x] [Nível 0] [[Resposta Automatica de Ferias]](documentacao%20exchange/%5BNível%200%5D%20Como%20Configurar%20Resposta%20Automatica%20de%20Ferias.md)
|
||||
- [x] [Nível 1] [[Diagnostico Basico de Recebimento]](documentacao%20exchange/%5BNível%201%5D%20Diagnostico%20Basico%20-%20Usuario%20nao%20recebe%20e-mail.md)
|
||||
- [x] [Nível 1] [[Criação e Bloqueio de Usuarios]](documentacao%20exchange/%5BNível%201%5D%20Procedimento%20de%20Criacao%20e%20Bloqueio%20de%20Usuarios.md)
|
||||
- [x] [Nível 2] [[Cotas e Arquivamento]](documentacao%20exchange/%5BNível%202%5D%20Gerenciamento%20de%20Cotas%20e%20Arquivamento.md)
|
||||
- [x] [Nível 2] [[Quarentena Móvel (ActiveSync)]](documentacao%20exchange/%5BNível%202%5D%20Gerenciamento%20de%20Quarentena%20Movel%20(ActiveSync).md)
|
||||
- [x] [Nível 2] [[Gestao de Permissoes]](documentacao%20exchange/%5BNível%202%5D%20Gestao%20de%20Permissoes%20(Full%20Access%20e%20Send%20As).md)
|
||||
- [x] [Nível 2] [[Problemas de Lista de Endereços (OAB)]](documentacao%20exchange/%5BNível%202%5D%20Solucao%20de%20Problemas%20de%20Lista%20de%20Enderecos%20(OAB).md)
|
||||
- [x] [Nível 3] [[Windows Core e PowerShell]](documentacao%20exchange/%5BNível%203%5D%20Acesso%20ao%20Servidor%20Windows%20Core%20e%20PowerShell.md)
|
||||
- [x] [Nível 3] [[Arquitetura Técnica e Mapeamento]](documentacao%20exchange/%5BNível%203%5D%20Arquitetura%20Tecnica%20e%20Mapeamento%20de%20Servidores.md)
|
||||
- [x] [Nível 3] [[Auditoria e Logs de Seguranca]](documentacao%20exchange/%5BNível%203%5D%20Auditoria%20Administrativa%20e%20Logs%20de%20Seguranca.md)
|
||||
- [x] [Nível 3] [[Checklist Diaria e Semanal]](documentacao%20exchange/%5BNível%203%5D%20Checklist%20de%20Manutencao%20Diaria%20e%20Semanal.md)
|
||||
- [x] [Nível 3] [[Disaster Recovery e Soft Restore]](documentacao%20exchange/%5BNível%203%20disaster%20recovery%20e%20soft%20restore.md)
|
||||
- [x] [Nível 3] [[Conectores e Roteamento]](documentacao%20exchange/%5BNível%203%5D%20Gestao%20de%20Conectores%20e%20Roteamento%20de%20E-mail.md)
|
||||
- [x] [Nível 3] [[Operacoes via PowerShell]](documentacao%20exchange/%5BNível%203%5D%20Referencia%20de%20Operacoes%20via%20PowerShell.md)
|
||||
- [x] [Nível 3] [[Relatorios Avancados]](documentacao%20exchange/%5BNível%203%5D%20Relatorios%20Avancados%20e%20Manutencao.md)
|
||||
- [x] [Nível 3] [[Renovação de Certificado SSL]](documentacao%20exchange/%5BNível%203%5D%20Renovacao%20de%20Certificado%20SSL%20e%20Integracao%20com%20IIS.md)
|
||||
|
||||
### 6. Virtualização (VMware / Proxmox)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░` **75%**
|
||||
|
||||
**VMware:**
|
||||
- [x] [[Nível 1] Visão Geral E Escopo](documentacao%20vmware/%5BNível%201%5D%20Visão%20Geral%20E%20Escopo.md)
|
||||
- [x] [[Nível 1] Verificação Básica De VM](documentacao%20vmware/%5BNível%201%5D%20Verificação%20Básica%20De%20Vm.md)
|
||||
- [x] [[Nível 1] Operações De Energia](documentacao%20vmware/%5BNível%201%5D%20Operações%20De%20Energia%20Reiniciar%20E%20Desligar.md)
|
||||
- [x] [[Nível 1] Monitoramento Básico De Alertas](documentacao%20vmware/%5BNível%201%5D%20Monitoramento%20Básico%20De%20Alertas%20E%20Recursos.md)
|
||||
- [x] [[Nível 2] Gestão De Recursos](documentacao%20vmware/%5BNível%202%5D%20Gestão%20De%20Recursos%20Computação%20E%20Migração.md)
|
||||
- [x] [[Nível 2] Networking E Storage](documentacao%20vmware/%5BNível%202%5D%20Networking%20E%20Storage%20Operacional.md)
|
||||
- [x] [[Nível 2] Manutenção E Lifecycle](documentacao%20vmware/%5BNível%202%5D%20Manutenção%20E%20Lifecycle%20(Ciclo%20De%20Vida).md)
|
||||
- [x] [[Nível 2] Troubleshooting Intermediário](documentacao%20vmware/%5BNível%202%5D%20Troubleshooting%20Intermediário.md)
|
||||
- [x] [[Nível 3] CLI E Troubleshooting Avançado](documentacao%20vmware/%5BNível%203%5D%20Cli%20E%20Troubleshooting%20Avançado%20(Nível%203).md)
|
||||
- [x] [[Nível 3] Networking Avançado](documentacao%20vmware/%5BNível%203%5D%20Networking%20Avançado%20E%20Conceitos%20De%20Nsx.md)
|
||||
- [x] [[Nível 3] Storage Deep Dive](documentacao%20vmware/%5BNível%203%5D%20Storage%20Deep%20Dive.md)
|
||||
- [x] [[Nível 3] Disaster Recovery E Arquitetura](documentacao%20vmware/%5BNível%203%5D%20Disaster%20Recovery%20E%20Arquitetura.md)
|
||||
|
||||
**Proxmox VE:**
|
||||
- [ ] [Nível 1] Gestão Básica de VMs/LXC
|
||||
- [ ] [Nível 2] Gestão de Backups e Snapshots
|
||||
- [ ] [Nível 3] Gestão de Cluster e HA
|
||||
- [ ] [Nível 3] Troubleshooting de Rede
|
||||
- [x] [Nível 1] [[Visão Geral E Escopo]](documentacao%20vmware/%5BNível%201%5D%20Visão%20Geral%20E%20Escopo.md)
|
||||
- [x] [Nível 1] [[Verificação Básica De VM]](documentacao%20vmware/%5BNível%201%5D%20Verificação%20Básica%20De%20Vm.md)
|
||||
- [x] [Nível 1] [[Operações De Energia]](documentacao%20vmware/%5BNível%201%5D%20Operações%20De%20Energia%20Reiniciar%20E%20Desligar.md)
|
||||
- [x] [Nível 1] [[Monitoramento Básico De Alertas]](documentacao%20vmware/%5BNível%201%5D%20Monitoramento%20Básico%20De%20Alertas%20E%20Recursos.md)
|
||||
- [x] [Nível 2] [[Gestão De Recursos]](documentacao%20vmware/%5BNível%202%5D%20Gestão%20De%20Recursos%20Computação%20E%20Migração.md)
|
||||
- [x] [Nível 2] [[Networking E Storage]](documentacao%20vmware/%5BNível%202%5D%20Networking%20E%20Storage%20Operacional.md)
|
||||
- [x] [Nível 2] [[Manutenção E Lifecycle]](documentacao%20vmware/%5BNível%202%5D%20Manutenção%20E%20Lifecycle%20(Ciclo%20De%20Vida).md)
|
||||
- [x] [Nível 2] [[Troubleshooting Intermediário]](documentacao%20vmware/%5BNível%202%5D%20Troubleshooting%20Intermediário.md)
|
||||
- [x] [Nível 3] [[CLI e Troubleshooting Avançado]](documentacao%20vmware/%5BNível%203%5D%20Cli%20E%20Troubleshooting%20Avançado%20(Nível%203).md)
|
||||
- [x] [Nível 3] [[Networking Avançado (NSX)]](documentacao%20vmware/%5BNível%203%5D%20Networking%20Avançado%20E%20Conceitos%20De%20Nsx.md)
|
||||
- [x] [Nível 3] [[Storage Deep Dive]](documentacao%20vmware/%5BNível%203%5D%20Storage%20Deep%20Dive.md)
|
||||
- [x] [Nível 3] [[Disaster Recovery E Arquitetura]](documentacao%20vmware/%5BNível%203%5D%20Disaster%20Recovery%20E%20Arquitetura.md)
|
||||
|
||||
### 7. Conteineres (Docker / Portainer)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓` **100%**
|
||||
|
||||
- [x] [[Nível 0] Docker para Devs e Ferramentas](documentacao%20conteineres/%5BNível%200%5D%20Docker%20Para%20Desenvolvedores%20E%20Ferramentas%20Portáteis.md)
|
||||
- [x] [[Nível 1] Instalação E Configuração Do Docker](documentacao%20conteineres/%5BNível%201%5D%20Instalação%20E%20Configuração%20Do%20Docker%20E%20Compose%20(Linux).md)
|
||||
- [x] [[Nível 1] Deploy E Acesso Ao Portainer CE](documentacao%20conteineres/%5BNível%201%5D%20Deploy%20E%20Acesso%20Ao%20Portainer%20Ce.md)
|
||||
- [x] [[Nível 1] Gestão De Stacks No Portainer](documentacao%20conteineres/%5BNível%201%5D%20Gestão%20De%20Stacks%20No%20Portainer.md)
|
||||
- [x] [[Nível 2] Redes E Firewall No Docker](documentacao%20conteineres/%5BNível%202%5D%20Redes%20E%20Firewall%20No%20Docker.md)
|
||||
- [x] [[Nível 2] Volumes E Persistência De Dados](documentacao%20conteineres/%5BNível%202%5D%20Volumes%20E%20Persistência%20De%20Dados%20No%20Docker.md)
|
||||
- [x] [[Nível 2] Healthchecks e Cron](documentacao%20conteineres/%5BNível%202%5D%20Healthchecks%20E%20Scripts%20Automatizados%20No%20Docker.md)
|
||||
- [x] [[Nível 3] Docker Swarm: Gerenciamento](documentacao%20conteineres/%5BNível%203%5D%20Docker%20Swarm%20Inicialização%20E%20Gerenciamento.md)
|
||||
- [x] [[Nível 3] Kubernetes: Visão Geral](documentacao%20conteineres/%5BNível%203%5D%20Kubernetes%20Visão%20Geral%20E%20Ferramentas%20Básicas.md)
|
||||
- [x] [Nível 0] [[Docker para Devs]](documentacao%20conteineres/%5BNível%200%5D%20Docker%20Para%20Desenvolvedores%20E%20Ferramentas%20Portáteis.md)
|
||||
- [x] [Nível 1] [[Instalação E Configuração]](documentacao%20conteineres/%5BNível%201%5D%20Instalação%20E%20Configuração%20Do%20Docker%20E%20Compose%20(Linux).md)
|
||||
- [x] [Nível 1] [[Deploy Portainer CE]](documentacao%20conteineres/%5BNível%201%5D%20Deploy%20E%20Acesso%20Ao%20Portainer%20Ce.md)
|
||||
- [x] [Nível 1] [[Gestão De Stacks]](documentacao%20conteineres/%5BNível%201%5D%20Gestão%20De%20Stacks%20No%20Portainer.md)
|
||||
- [x] [Nível 2] [[Redes E Firewall]](documentacao%20conteineres/%5BNível%202%5D%20Redes%20E%20Firewall%20No%20Docker.md)
|
||||
- [x] [Nível 2] [[Volumes E Persistência]](documentacao%20conteineres/%5BNível%202%5D%20Volumes%20E%20Persistência%20De%20Dados%20No%20Docker.md)
|
||||
- [x] [Nível 2] [[Healthchecks e Cron]](documentacao%20conteineres/%5BNível%202%5D%20Healthchecks%20E%20Scripts%20Automatizados%20No%20Docker.md)
|
||||
- [x] [Nível 3] [[Docker Swarm: Gerenciamento]](documentacao%20conteineres/%5BNível%203%5D%20Docker%20Swarm%20Inicialização%20E%20Gerenciamento.md)
|
||||
- [x] [Nível 3] [[Kubernetes: Visão Geral]](documentacao%20conteineres/%5BNível%203%5D%20Kubernetes%20Visão%20Geral%20E%20Ferramentas%20Básicas.md)
|
||||
|
||||
### 8. Linux Server
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓` **100%**
|
||||
|
||||
- [x] [[Nível 1] Comandos Essenciais de Diagnóstico](documentacao%20linux/%5BNível%201%5D%20Comandos%20Essenciais%20de%20Diagnóstico.md)
|
||||
- [x] [[Nível 2] Gerenciamento de Pacotes e Updates](documentacao%20linux/%5BNível%202%5D%20Gerenciamento%20de%20Pacotes%20e%20Updates.md)
|
||||
- [x] [[Nível 2] Configuração de Rede e Firewall](documentacao%20linux/%5BNível%202%5D%20Configuração%20de%20Rede%20e%20Firewall.md)
|
||||
- [x] [[Nível 2] Gestão de Usuários e Permissões](documentacao%20linux/%5BNível%202%20gestão%20de%20usuários%20e%20permissões.md)
|
||||
- [x] [[Nível 3] Hardening de Servidor](documentacao%20linux/%5BNível%203%5D%20Hardening%20de%20Servidor.md)
|
||||
- [x] [[Nível 3] Análise de Logs (Journalctl)](documentacao%20linux/%5BNível%203%5D%20Análise%20de%20Logs%20(Journalctl).md)
|
||||
- [x] [[Nível 3] Scripting e Automação Avançada](documentacao%20linux/%5BNível%203%5D%20Scripting%20e%20Automação%20Avançada.md)
|
||||
- [x] [Nível 1] [[Comandos Essenciais de Diagnóstico]](documentacao%20linux/%5BNível%201%5D%20Comandos%20Essenciais%20de%20Diagnóstico.md)
|
||||
- [x] [Nível 2] [[Gerenciamento de Pacotes e Updates]](documentacao%20linux/%5BNível%202%5D%20Gerenciamento%20de%20Pacotes%20e%20Updates.md)
|
||||
- [x] [Nível 2] [[Configuração de Rede e Firewall]](documentacao%20linux/%5BNível%202%5D%20Configuração%20de%20Rede%20e%20Firewall.md)
|
||||
- [x] [Nível 2] [[Gestão de Usuários e Permissões]](documentacao%20linux/%5BNível%202%20gestão%20de%20usuários%20e%20permissões.md)
|
||||
- [x] [Nível 3] [[Hardening de Servidor]](documentacao%20linux/%5BNível%203%5D%20Hardening%20de%20Servidor.md)
|
||||
- [x] [Nível 3] [[Análise de Logs (Journalctl)]](documentacao%20linux/%5BNível%203%5D%20Análise%20de%20Logs%20(Journalctl).md)
|
||||
- [x] [Nível 3] [[Scripting e Automação Avançada]](documentacao%20linux/%5BNível%203%5D%20Scripting%20e%20Automação%20Avançada.md)
|
||||
|
||||
### 9. Service Desk (Zammad)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓` **100%**
|
||||
|
||||
- [x] [[Nível 1] Ciclo De Vida Do Ticket E Triagem](documentacao%20zammad/%5BNível%201%5D%20Ciclo%20De%20Vida%20Do%20Ticket%20E%20Triagem.md)
|
||||
- [x] [[Nível 2] Instalação E Deploy Zammad](documentacao%20zammad/%5BNível%202%5D%20Instalação%20E%20Deploy%20Zammad.md)
|
||||
- [x] [[Nível 2] Automações E Triggers](documentacao%20zammad/%5BNível%202%5D%20Automações%20E%20Triggers.md)
|
||||
- [x] [[Nível 2] Gestão De Grupos E Papéis (Roles)](documentacao%20zammad/%5BNível%202%5D%20Gestão%20De%20Grupos%20E%20Papéis%20(Roles).md)
|
||||
- [x] [[Nível 2] Canais De Entrada (Email/Chat/Telegram)](documentacao%20zammad/%5BNível%202%5D%20Canais%20De%20Entrada%20(EmailChatTelegram).md)
|
||||
- [x] [[Nível 3] Planejamento De Infraestrutura E Sizing](documentacao%20zammad/%5BNível%203%5D%20Planejamento%20De%20Infraestrutura%20E%20Sizing.md)
|
||||
- [x] [[Nível 3] API E Integrações](documentacao%20zammad/%5BNível%203%5D%20Api%20E%20Integrações.md)
|
||||
- [x] [[Nível 3] Manutenção, Backup E Restore](documentacao%20zammad/%5BNível%203%5D%20Manutenção%2C%20Backup%20E%20Restore.md)
|
||||
- [x] [Nível 1] [[Ciclo De Vida Do Ticket E Triagem]](documentacao%20zammad/%5BNível%201%5D%20Ciclo%20De%20Vida%20Do%20Ticket%20E%20Triagem.md)
|
||||
- [x] [Nível 2] [[Instalação E Deploy Zammad]](documentacao%20zammad/%5BNível%202%5D%20Instalação%20E%20Deploy%20Zammad.md)
|
||||
- [x] [Nível 2] [[Automações E Triggers]](documentacao%20zammad/%5BNível%202%5D%20Automações%20E%20Triggers.md)
|
||||
- [x] [Nível 2] [[Gestão De Grupos E Papéis (Roles)]](documentacao%20zammad/%5BNível%202%5D%20Gestão%20De%20Grupos%20E%20Papéis%20(Roles).md)
|
||||
- [x] [Nível 2] [[Canais De Entrada (Email/Chat/Telegram)]](documentacao%20zammad/%5BNível%202%5D%20Canais%20De%20Entrada%20(EmailChatTelegram).md)
|
||||
- [x] [Nível 3] [[Planejamento De Infraestrutura E Sizing]](documentacao%20zammad/%5BNível%203%5D%20Planejamento%20De%20Infraestrutura%20E%20Sizing.md)
|
||||
- [x] [Nível 3] [[API E Integrações]](documentacao%20zammad/%5BNível%203%5D%20Api%20E%20Integrações.md)
|
||||
- [x] [Nível 3] [[Manutenção, Backup E Restore]](documentacao%20zammad/%5BNível%203%5D%20Manutenção%2C%20Backup%20E%20Restore.md)
|
||||
|
||||
### 10. Backup & DR - Infraestrutura Virtual (Veeam)
|
||||
> **Status:** `▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓` **100%**
|
||||
|
||||
- [x] [[Nível 1] Verificação Diária De Jobs De VM](documentacao%20backup/%5BNível%201%5D%20Verificação%20Diária%20De%20Jobs%20De%20Vm.md)
|
||||
- [x] [[Nível 2] Restauração De Arquivos Guest](documentacao%20backup/%5BNível%202%5D%20Restauração%20De%20Arquivos%20Guest%20(WindowsLinux).md)
|
||||
- [x] [[Nível 2] Instant VM Recovery](documentacao%20backup/%5BNível%202%5D%20Instant%20Vm%20Recovery%20(Restauração%20Rápida).md)
|
||||
- [x] [[Nível 3] Repositórios Imutáveis (Hardened)](documentacao%20backup/%5BNível%203%5D%20Configuração%20De%20Repositórios%20Imutáveis%20(Hardened%20Linux).md)
|
||||
- [x] [[Nível 3] Teste De Restore (SureBackup)](documentacao%20backup/%5BNível%203%5D%20Criação%20De%20Rotinas%20De%20Teste%20De%20Restore%20(Surebackup).md)
|
||||
- [x] [Nível 1] [[Verificação Diária De Jobs De VM]](documentacao%20backup/%5BNível%201%5D%20Verificação%20Diária%20De%20Jobs%20De%20Vm.md)
|
||||
- [x] [Nível 2] [[Restauração De Arquivos Guest]](documentacao%20backup/%5BNível%202%5D%20Restauração%20De%20Arquivos%20Guest%20(WindowsLinux).md)
|
||||
- [x] [Nível 2] [[Instant VM Recovery]](documentacao%20backup/%5BNível%202%5D%20Instant%20Vm%20Recovery%20(Restauração%20Rápida).md)
|
||||
- [x] [Nível 3] [[Repositórios Imutáveis (Hardened)]](documentacao%20backup/%5BNível%203%5D%20Configuração%20De%20Repositórios%20Imutáveis%20(Hardened%20Linux).md)
|
||||
- [x] [Nível 3] [[Teste De Restore (SureBackup)]](documentacao%20backup/%5BNível%203%5D%20Criação%20De%20Rotinas%20De%20Teste%20De%20Restore%20(Surebackup).md)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,447 @@
|
|||
#0 building with "desktop-linux" instance using docker driver
|
||||
|
||||
#1 [internal] load build definition from Dockerfile
|
||||
#1 transferring dockerfile: 1.09kB 0.0s done
|
||||
#1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
|
||||
#1 DONE 0.0s
|
||||
|
||||
#2 [auth] library/python:pull token for registry-1.docker.io
|
||||
#2 DONE 0.0s
|
||||
|
||||
#3 [auth] library/nginx:pull token for registry-1.docker.io
|
||||
#3 DONE 0.0s
|
||||
|
||||
#4 [internal] load metadata for docker.io/library/nginx:alpine
|
||||
#4 DONE 1.1s
|
||||
|
||||
#5 [internal] load metadata for docker.io/library/python:3.11-slim
|
||||
#5 DONE 1.1s
|
||||
|
||||
#6 [internal] load .dockerignore
|
||||
#6 transferring context: 104B 0.0s done
|
||||
#6 DONE 0.0s
|
||||
|
||||
#7 [internal] load build context
|
||||
#7 DONE 0.0s
|
||||
|
||||
#8 [builder 1/8] FROM docker.io/library/python:3.11-slim@sha256:5be45dbade29bebd6886af6b438fd7e0b4eb7b611f39ba62b430263f82de36d2
|
||||
#8 resolve docker.io/library/python:3.11-slim@sha256:5be45dbade29bebd6886af6b438fd7e0b4eb7b611f39ba62b430263f82de36d2 0.1s done
|
||||
#8 DONE 0.1s
|
||||
|
||||
#9 [stage-1 1/2] FROM docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2
|
||||
#9 resolve docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2 0.1s done
|
||||
#9 DONE 0.1s
|
||||
|
||||
#7 [internal] load build context
|
||||
#7 transferring context: 336.07kB 0.2s done
|
||||
#7 DONE 0.2s
|
||||
|
||||
#10 [builder 2/8] RUN apt-get update && apt-get install -y build-essential pkg-config libcairo2-dev git python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0 libharfbuzz-subset0 libjpeg-dev libopenjp2-7-dev libffi-dev && rm -rf /var/lib/apt/lists/*
|
||||
#10 CACHED
|
||||
|
||||
#11 [builder 3/8] WORKDIR /app
|
||||
#11 CACHED
|
||||
|
||||
#12 [builder 4/8] COPY requirements.txt .
|
||||
#12 CACHED
|
||||
|
||||
#13 [builder 5/8] RUN pip install --no-cache-dir -r requirements.txt
|
||||
#13 CACHED
|
||||
|
||||
#14 [builder 6/8] RUN git config --global --add safe.directory /app
|
||||
#14 CACHED
|
||||
|
||||
#15 [builder 7/8] COPY . .
|
||||
#15 DONE 0.5s
|
||||
|
||||
#16 [builder 8/8] RUN python .gemini/build_site.py
|
||||
#16 1.140 Found 118 manuals to convert.
|
||||
#16 1.725 Could not get image data from src attribute: /app/_site_src/docs/Windows/assets/ad_new_user.png
|
||||
#16 1.725 '<img alt="Exemplo de Criação" src="/app/_site_src/docs/Windows/assets/ad_new_user.png"/>'
|
||||
#16 2.799 Could not get image data from src attribute: /app/_site_src/docs/Exchange/assets/sconfig_menu.png
|
||||
#16 2.799 '<img alt="Exemplo do Menu SConfig" src="/app/_site_src/docs/Exchange/assets/sconfig_menu.png"/>'
|
||||
#16 9.994 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png
|
||||
#16 9.994 '<img alt="General Settings" src="/app/_site_src/docs/Rede E Seguranca/assets/placeholder.png"/>'
|
||||
#16 11.98 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png
|
||||
#16 11.98 '<img alt="Wizard Completed" src="/app/_site_src/docs/Rede E Seguranca/assets/placeholder.png"/>'
|
||||
#16 12.09 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png
|
||||
#16 12.09 '<img alt="Categorias Suricata" src="/app/_site_src/docs/Rede E Seguranca/assets/placeholder.png"/>'
|
||||
#16 13.15 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_install_docker.png
|
||||
#16 13.15 '<img alt="Terminal Install Docker" src="/app/_site_src/docs/Zammad/assets/zammad_install_docker.png"/>'
|
||||
#16 13.24 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_create_group.png
|
||||
#16 13.24 '<img alt="Tela de Criação de Grupo" src="/app/_site_src/docs/Zammad/assets/zammad_create_group.png"/>'
|
||||
#16 13.41 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_telegram_integr.png
|
||||
#16 13.41 '<img alt="Integration Telegram" src="/app/_site_src/docs/Zammad/assets/zammad_telegram_integr.png"/>'
|
||||
#16 13.48 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_calendar_setup.png
|
||||
#16 13.48 '<img alt="Configuração de Calendário" src="/app/_site_src/docs/Zammad/assets/zammad_calendar_setup.png"/>'
|
||||
#16 13.65 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_ticket_creation.png
|
||||
#16 13.65 '<img alt="Tela de Abertura de Ticket" src="/app/_site_src/docs/Zammad/assets/zammad_ticket_creation.png"/>'
|
||||
#16 13.67 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_ticket_merge.png
|
||||
#16 13.67 '<img alt="Menu de Fusão de Tickets" src="/app/_site_src/docs/Zammad/assets/zammad_ticket_merge.png"/>'
|
||||
#16 13.75 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_trigger_setup.png
|
||||
#16 13.75 '<img alt="Configuração de Trigger" src="/app/_site_src/docs/Zammad/assets/zammad_trigger_setup.png"/>'
|
||||
#16 14.97 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/replication_task.png
|
||||
#16 14.97 '<img alt="Tarefa de Replicação" src="/app/_site_src/docs/Storage/assets/replication_task.png"/>'
|
||||
#16 15.09 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/zfs_architecture.png
|
||||
#16 15.09 '<img alt="Diagrama de VDEVs ZFS" src="/app/_site_src/docs/Storage/assets/zfs_architecture.png"/>'
|
||||
#16 15.28 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/dataset_acl.png
|
||||
#16 15.28 '<img alt="Editor de ACL TrueNAS" src="/app/_site_src/docs/Storage/assets/dataset_acl.png"/>'
|
||||
#16 15.44 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/dashboard_alert.png
|
||||
#16 15.44 '<img alt="Exemplo de Alerta" src="/app/_site_src/docs/Storage/assets/dashboard_alert.png"/>'
|
||||
#16 15.74 Could not get image data from src attribute: /app/_site_src/docs/Virtualizacao/assets/proxmox_login.png
|
||||
#16 15.74 '<img alt="Tela de Login Proxmox" src="/app/_site_src/docs/Virtualizacao/assets/proxmox_login.png"/>'
|
||||
#16 16.09 Could not get image data from src attribute: /app/_site_src/docs/Vmware/assets/vcenter_summary.png
|
||||
#16 16.09 '<img alt="Painel Summary vCenter" src="/app/_site_src/docs/Vmware/assets/vcenter_summary.png"/>'
|
||||
#16 16.48 Could not get image data from src attribute: /app/_site_src/docs/Vmware/assets/vsphere_login.png
|
||||
#16 16.48 '<img alt="Tela de Login vSphere" src="/app/_site_src/docs/Vmware/assets/vsphere_login.png"/>'
|
||||
#16 16.52 Processing [N├¡vel 1] Vis├úo Geral E Escopo.md ÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöü 100%
|
||||
#16 16.52 Ôò¡ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇ Summary ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔò«
|
||||
#16 16.52 Ôöé Batch Complete. Ôöé
|
||||
#16 16.52 Ôöé Success: 118 Ôöé
|
||||
#16 16.52 Ôöé Errors: 0 Ôöé
|
||||
#16 16.52 Ôò░ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔò»
|
||||
#16 17.01 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs' has no git logs, using current timestamp
|
||||
#16 17.01 INFO - Cleaning site directory
|
||||
#16 17.01 INFO - Building documentation to directory: /app/_site_src/site
|
||||
#16 17.13 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/index.md' has no git logs, using current timestamp
|
||||
#16 17.15 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 2] Restauração De Arquivos Guest (WindowsLinux).md' has no git logs, using current timestamp
|
||||
#16 17.15 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 2] Instant Vm Recovery (Restauração Rápida).md' has no git logs, using current timestamp
|
||||
#16 17.15 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 1] Verificação Diária De Jobs De Vm.md' has no git logs, using current timestamp
|
||||
#16 17.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 3] Configuração De Repositórios Imutáveis (Hardened Linux).md' has no git logs, using current timestamp
|
||||
#16 17.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Backup E Restore Manual (Dump).md' has no git logs, using current timestamp
|
||||
#16 17.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 3] Criação De Rotinas De Teste De Restore (Surebackup).md' has no git logs, using current timestamp
|
||||
#16 17.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Diagnóstico de Conectividade e Status.md' has no git logs, using current timestamp
|
||||
#16 17.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Diagnóstico De Conectividade De Bancos De Dados.md' has no git logs, using current timestamp
|
||||
#16 17.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo De Usu├írios E Permiss├Áes De Banco.md' has no git logs, using current timestamp
|
||||
#16 17.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.18 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Instalação E Configuração Base De Bancos De Dados.md' has no git logs, using current timestamp
|
||||
#16 17.18 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Instalação e Configuração Base.md' has no git logs, using current timestamp
|
||||
#16 17.18 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Procedimento de Backup e Restore Manual.md' has no git logs, using current timestamp
|
||||
#16 17.18 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Manutenção Preventiva E Logs De Banco.md' has no git logs, using current timestamp
|
||||
#16 17.18 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Redes_e_Firewall_Docker.md' has no git logs, using current timestamp
|
||||
#16 17.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Manutenção Preventiva e Logs.md' has no git logs, using current timestamp
|
||||
#16 17.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Volumes_e_Persistencia_Docker.md' has no git logs, using current timestamp
|
||||
#16 17.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 3] Tuning de Performance e Otimização.md' has no git logs, using current timestamp
|
||||
#16 17.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 3] Arquitetura de Persistência e Troubleshooting Avançado.md' has no git logs, using current timestamp
|
||||
#16 17.20 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 1] Deploy E Acesso Ao Portainer Ce.md' has no git logs, using current timestamp
|
||||
#16 17.20 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 3] Tuning E Performance De Bancos De Dados.md' has no git logs, using current timestamp
|
||||
#16 17.21 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 2] Healthchecks E Scripts Automatizados No Docker.md' has no git logs, using current timestamp
|
||||
#16 17.21 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 0] Docker Para Desenvolvedores E Ferramentas Portáteis.md' has no git logs, using current timestamp
|
||||
#16 17.21 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 2] Redes E Firewall No Docker.md' has no git logs, using current timestamp
|
||||
#16 17.21 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 2] Volumes E Persistência De Dados No Docker.md' has no git logs, using current timestamp
|
||||
#16 17.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 1] Instalação E Configuração Do Docker E Compose (Linux).md' has no git logs, using current timestamp
|
||||
#16 17.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 3] Kubernetes Visão Geral E Ferramentas Básicas.md' has no git logs, using current timestamp
|
||||
#16 17.23 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 0] Como Configurar Resposta Automatica de Ferias.md' has no git logs, using current timestamp
|
||||
#16 17.23 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 1] Gestão De Stacks No Portainer.md' has no git logs, using current timestamp
|
||||
#16 17.23 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Configura├º├úo De Resposta Autom├ítica De F├®rias (Webmail).md' has no git logs, using current timestamp
|
||||
#16 17.23 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 3] Docker Swarm Inicialização E Gerenciamento.md' has no git logs, using current timestamp
|
||||
#16 17.23 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 0] Acesso E Configuração De Webmail E Celular (Exchange).md' has no git logs, using current timestamp
|
||||
#16 17.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 0] Como Acessar e Configurar Webmail e Celular.md' has no git logs, using current timestamp
|
||||
#16 17.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Criação E Bloqueio De Usuários.md' has no git logs, using current timestamp
|
||||
#16 17.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Diagnostico Basico - Usuario nao recebe e-mail.md' has no git logs, using current timestamp
|
||||
#16 17.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Diagnóstico De Recebimento.md' has no git logs, using current timestamp
|
||||
#16 17.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Procedimento de Criacao e Bloqueio de Usuarios.md' has no git logs, using current timestamp
|
||||
#16 17.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento De Cotas E Arquivamento (Exchange).md' has no git logs, using current timestamp
|
||||
#16 17.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento de Cotas e Arquivamento.md' has no git logs, using current timestamp
|
||||
#16 17.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento De Quarentena Móvel (Activesync).md' has no git logs, using current timestamp
|
||||
#16 17.26 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento de Quarentena Movel (ActiveSync).md' has no git logs, using current timestamp
|
||||
#16 17.26 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gest├úo De Permiss├Áes (Full Access E Send As).md' has no git logs, using current timestamp
|
||||
#16 17.27 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gestao de Permissoes (Full Access e Send As).md' has no git logs, using current timestamp
|
||||
#16 17.27 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Solução De Problemas De Lista De Endereços (Oab).md' has no git logs, using current timestamp
|
||||
#16 17.27 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Acesso ao Servidor Windows Core e PowerShell.md' has no git logs, using current timestamp
|
||||
#16 17.27 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Solucao de Problemas de Lista de Enderecos (OAB).md' has no git logs, using current timestamp
|
||||
#16 17.28 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Arquitetura Tecnica e Mapeamento de Servidores.md' has no git logs, using current timestamp
|
||||
#16 17.28 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Auditoria Administrativa e Logs de Seguranca.md' has no git logs, using current timestamp
|
||||
#16 17.28 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Checklist de Manutencao Diaria e Semanal.md' has no git logs, using current timestamp
|
||||
#16 17.28 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Disaster Recovery e Soft Restore.md' has no git logs, using current timestamp
|
||||
#16 17.29 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Gestao de Conectores e Roteamento de E-mail.md' has no git logs, using current timestamp
|
||||
#16 17.29 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Relatorios Avancados e Manutencao.md' has no git logs, using current timestamp
|
||||
#16 17.30 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Renovacao de Certificado SSL e Integracao com IIS.md' has no git logs, using current timestamp
|
||||
#16 17.30 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Referencia de Operacoes via PowerShell.md' has no git logs, using current timestamp
|
||||
#16 17.30 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 1] Comandos Essenciais De Diagnóstico E Navegação.md' has no git logs, using current timestamp
|
||||
#16 17.30 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gerenciamento De Pacotes E Atualiza├º├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.30 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 1] Comandos Essenciais de Diagnóstico.md' has no git logs, using current timestamp
|
||||
#16 17.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 2] Configuração de Rede e Firewall.md' has no git logs, using current timestamp
|
||||
#16 17.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.32 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Scripting e Automação Avançada.md' has no git logs, using current timestamp
|
||||
#16 17.32 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Análise De Logs (SystemdJournalctl).md' has no git logs, using current timestamp
|
||||
#16 17.32 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 2] Gerenciamento de Pacotes e Updates.md' has no git logs, using current timestamp
|
||||
#16 17.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Hardening De Servidor Linux.md' has no git logs, using current timestamp
|
||||
#16 17.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Análise de Logs (Journalctl).md' has no git logs, using current timestamp
|
||||
#16 17.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Customização E Identidade Visual.md' has no git logs, using current timestamp
|
||||
#16 17.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Firewall Rules E Nat.md' has no git logs, using current timestamp
|
||||
#16 17.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Hardening de Servidor.md' has no git logs, using current timestamp
|
||||
#16 17.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Gerenciamento De Usuários E Ldap.md' has no git logs, using current timestamp
|
||||
#16 17.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Instalação E Configuração Inicial.md' has no git logs, using current timestamp
|
||||
#16 17.35 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Serviço De Dns (ResolverForwarder).md' has no git logs, using current timestamp
|
||||
#16 17.35 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Serviço Dhcp E Reservas De Ip (Static Mapping).md' has no git logs, using current timestamp
|
||||
#16 17.35 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Interfaces, Vlans E Lagg.md' has no git logs, using current timestamp
|
||||
#16 17.35 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Diagnóstico Avançado, Shell E Recovery.md' has no git logs, using current timestamp
|
||||
#16 17.36 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Serviço Tftp E Provisionamento.md' has no git logs, using current timestamp
|
||||
#16 17.36 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Filtro De Conteúdo E Segurança (Pfblockerng).md' has no git logs, using current timestamp
|
||||
#16 17.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Vpn Road Warrior (Openvpn).md' has no git logs, using current timestamp
|
||||
#16 17.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] IdsIps Com Suricata.md' has no git logs, using current timestamp
|
||||
#16 17.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Multi.md' has no git logs, using current timestamp
|
||||
#16 17.38 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Planejamento De Hardware E Sizing.md' has no git logs, using current timestamp
|
||||
#16 17.38 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 2] Gestão De Users, Groups E Acls.md' has no git logs, using current timestamp
|
||||
#16 17.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Vpn Site.md' has no git logs, using current timestamp
|
||||
#16 17.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 1] Monitoramento de Saúde de Discos.md' has no git logs, using current timestamp
|
||||
#16 17.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 3] Manutenção E Performance Zfs.md' has no git logs, using current timestamp
|
||||
#16 17.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 3] Arquitetura ZFS e Planejamento.md' has no git logs, using current timestamp
|
||||
#16 17.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 3] Configuração de iSCSI Target.md' has no git logs, using current timestamp
|
||||
#16 17.40 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 2] Snapshots E Replicação.md' has no git logs, using current timestamp
|
||||
#16 17.40 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Virtualizacao/[Nível 1] Visão Geral E Escopo.md' has no git logs, using current timestamp
|
||||
#16 17.40 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 1] Monitoramento Básico De Alertas E Recursos.md' has no git logs, using current timestamp
|
||||
#16 17.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 1] Verificação Básica De Vm.md' has no git logs, using current timestamp
|
||||
#16 17.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 1] Visão Geral E Escopo.md' has no git logs, using current timestamp
|
||||
#16 17.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Opera├º├Áes De Energia Reiniciar E Desligar.md' has no git logs, using current timestamp
|
||||
#16 17.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Gestão De Recursos Computação E Migração.md' has no git logs, using current timestamp
|
||||
#16 17.42 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Networking E Storage Operacional.md' has no git logs, using current timestamp
|
||||
#16 17.42 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Manutenção E Lifecycle (Ciclo De Vida).md' has no git logs, using current timestamp
|
||||
#16 17.42 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Troubleshooting Intermediário.md' has no git logs, using current timestamp
|
||||
#16 17.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Networking Avançado E Conceitos De Nsx.md' has no git logs, using current timestamp
|
||||
#16 17.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Cli E Troubleshooting Avançado (Nível 3).md' has no git logs, using current timestamp
|
||||
#16 17.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 1] Criação e Gestão do Ciclo de Vida de Usuários (AD).md' has no git logs, using current timestamp
|
||||
#16 17.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Disaster Recovery E Arquitetura.md' has no git logs, using current timestamp
|
||||
#16 17.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 2] Gestão Avançada de DNS e DHCP.md' has no git logs, using current timestamp
|
||||
#16 17.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Storage Deep Dive.md' has no git logs, using current timestamp
|
||||
#16 17.45 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes de Senha e Configura├º├úo Inicial (Post-Install).md' has no git logs, using current timestamp
|
||||
#16 17.45 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes De Senha E Configura├º├úo Inicial (Post.md' has no git logs, using current timestamp
|
||||
#16 17.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Disaster Recovery e Continuidade de Negócios (AD).md' has no git logs, using current timestamp
|
||||
#16 17.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Diagnóstico de Replicação (DCDIAG).md' has no git logs, using current timestamp
|
||||
#16 17.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Automação e Relatórios com PowerShell.md' has no git logs, using current timestamp
|
||||
#16 17.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Gestão Centralizada Via Gpo (Group Policy).md' has no git logs, using current timestamp
|
||||
#16 17.47 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 1] Ciclo De Vida Do Ticket E Triagem.md' has no git logs, using current timestamp
|
||||
#16 17.47 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Gestão Centralizada via GPO.md' has no git logs, using current timestamp
|
||||
#16 17.47 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 2] Canais De Entrada (EmailChatTelegram).md' has no git logs, using current timestamp
|
||||
#16 17.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Gest├úo De Grupos E Pap├®is (Roles).md' has no git logs, using current timestamp
|
||||
#16 17.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Automa├º├Áes E Triggers.md' has no git logs, using current timestamp
|
||||
#16 17.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 2] Gestão De Slas E Escalonamentos.md' has no git logs, using current timestamp
|
||||
#16 17.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 2] Instalação E Deploy Zammad.md' has no git logs, using current timestamp
|
||||
#16 17.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Api E Integra├º├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 3] Planejamento De Infraestrutura E Sizing.md' has no git logs, using current timestamp
|
||||
#16 17.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 3] Manutenção, Backup E Restore.md' has no git logs, using current timestamp
|
||||
#16 17.53 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/index.md' has no git logs, using current timestamp
|
||||
#16 17.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 1] Verificação Diária De Jobs De Vm.md' has no git logs, using current timestamp
|
||||
#16 17.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 3] Criação De Rotinas De Teste De Restore (Surebackup).md' has no git logs, using current timestamp
|
||||
#16 17.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 3] Configuração De Repositórios Imutáveis (Hardened Linux).md' has no git logs, using current timestamp
|
||||
#16 17.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Diagnóstico De Conectividade De Bancos De Dados.md' has no git logs, using current timestamp
|
||||
#16 17.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 2] Restauração De Arquivos Guest (WindowsLinux).md' has no git logs, using current timestamp
|
||||
#16 17.55 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Diagnóstico de Conectividade e Status.md' has no git logs, using current timestamp
|
||||
#16 17.55 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Backup E Restore Manual (Dump).md' has no git logs, using current timestamp
|
||||
#16 17.55 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 1] Procedimento de Backup e Restore Manual.md' has no git logs, using current timestamp
|
||||
#16 17.55 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[Nível 2] Instant Vm Recovery (Restauração Rápida).md' has no git logs, using current timestamp
|
||||
#16 17.56 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Instalação E Configuração Base De Bancos De Dados.md' has no git logs, using current timestamp
|
||||
#16 17.57 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo De Usu├írios E Permiss├Áes De Banco.md' has no git logs, using current timestamp
|
||||
#16 17.57 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.57 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Instalação e Configuração Base.md' has no git logs, using current timestamp
|
||||
#16 17.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Manutenção Preventiva E Logs De Banco.md' has no git logs, using current timestamp
|
||||
#16 17.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Volumes_e_Persistencia_Docker.md' has no git logs, using current timestamp
|
||||
#16 17.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 3] Arquitetura de Persistência e Troubleshooting Avançado.md' has no git logs, using current timestamp
|
||||
#16 17.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 3] Tuning E Performance De Bancos De Dados.md' has no git logs, using current timestamp
|
||||
#16 17.59 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 2] Manutenção Preventiva e Logs.md' has no git logs, using current timestamp
|
||||
#16 17.59 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Redes_e_Firewall_Docker.md' has no git logs, using current timestamp
|
||||
#16 17.59 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[Nível 3] Tuning de Performance e Otimização.md' has no git logs, using current timestamp
|
||||
#16 17.60 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 0] Docker Para Desenvolvedores E Ferramentas Portáteis.md' has no git logs, using current timestamp
|
||||
#16 17.61 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 1] Instalação E Configuração Do Docker E Compose (Linux).md' has no git logs, using current timestamp
|
||||
#16 17.61 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 1] Deploy E Acesso Ao Portainer Ce.md' has no git logs, using current timestamp
|
||||
#16 17.61 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 2] Volumes E Persistência De Dados No Docker.md' has no git logs, using current timestamp
|
||||
#16 17.62 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 2] Healthchecks E Scripts Automatizados No Docker.md' has no git logs, using current timestamp
|
||||
#16 17.62 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 2] Redes E Firewall No Docker.md' has no git logs, using current timestamp
|
||||
#16 17.62 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 1] Gestão De Stacks No Portainer.md' has no git logs, using current timestamp
|
||||
#16 17.62 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 3] Docker Swarm Inicialização E Gerenciamento.md' has no git logs, using current timestamp
|
||||
#16 17.63 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 0] Como Acessar e Configurar Webmail e Celular.md' has no git logs, using current timestamp
|
||||
#16 17.63 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[Nível 3] Kubernetes Visão Geral E Ferramentas Básicas.md' has no git logs, using current timestamp
|
||||
#16 17.63 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 0] Como Configurar Resposta Automatica de Ferias.md' has no git logs, using current timestamp
|
||||
#16 17.63 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 0] Acesso E Configuração De Webmail E Celular (Exchange).md' has no git logs, using current timestamp
|
||||
#16 17.64 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Diagnostico Basico - Usuario nao recebe e-mail.md' has no git logs, using current timestamp
|
||||
#16 17.65 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Diagnóstico De Recebimento.md' has no git logs, using current timestamp
|
||||
#16 17.65 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Configura├º├úo De Resposta Autom├ítica De F├®rias (Webmail).md' has no git logs, using current timestamp
|
||||
#16 17.65 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento De Quarentena Móvel (Activesync).md' has no git logs, using current timestamp
|
||||
#16 17.65 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento de Cotas e Arquivamento.md' has no git logs, using current timestamp
|
||||
#16 17.65 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento De Cotas E Arquivamento (Exchange).md' has no git logs, using current timestamp
|
||||
#16 17.66 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gerenciamento de Quarentena Movel (ActiveSync).md' has no git logs, using current timestamp
|
||||
#16 17.66 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Procedimento de Criacao e Bloqueio de Usuarios.md' has no git logs, using current timestamp
|
||||
#16 17.66 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 1] Criação E Bloqueio De Usuários.md' has no git logs, using current timestamp
|
||||
#16 17.67 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Gestao de Permissoes (Full Access e Send As).md' has no git logs, using current timestamp
|
||||
#16 17.67 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Acesso ao Servidor Windows Core e PowerShell.md' has no git logs, using current timestamp
|
||||
#16 17.68 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Solução De Problemas De Lista De Endereços (Oab).md' has no git logs, using current timestamp
|
||||
#16 17.68 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Checklist de Manutencao Diaria e Semanal.md' has no git logs, using current timestamp
|
||||
#16 17.68 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Arquitetura Tecnica e Mapeamento de Servidores.md' has no git logs, using current timestamp
|
||||
#16 17.68 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Auditoria Administrativa e Logs de Seguranca.md' has no git logs, using current timestamp
|
||||
#16 17.68 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gest├úo De Permiss├Áes (Full Access E Send As).md' has no git logs, using current timestamp
|
||||
#16 17.69 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 2] Solucao de Problemas de Lista de Enderecos (OAB).md' has no git logs, using current timestamp
|
||||
#16 17.69 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Disaster Recovery e Soft Restore.md' has no git logs, using current timestamp
|
||||
#16 17.70 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Gestao de Conectores e Roteamento de E-mail.md' has no git logs, using current timestamp
|
||||
#16 17.70 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Relatorios Avancados e Manutencao.md' has no git logs, using current timestamp
|
||||
#16 17.71 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Referencia de Operacoes via PowerShell.md' has no git logs, using current timestamp
|
||||
#16 17.71 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gerenciamento De Pacotes E Atualiza├º├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.71 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 2] Configuração de Rede e Firewall.md' has no git logs, using current timestamp
|
||||
#16 17.71 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[Nível 3] Renovacao de Certificado SSL e Integracao com IIS.md' has no git logs, using current timestamp
|
||||
#16 17.71 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 1] Comandos Essenciais De Diagnóstico E Navegação.md' has no git logs, using current timestamp
|
||||
#16 17.71 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 1] Comandos Essenciais de Diagnóstico.md' has no git logs, using current timestamp
|
||||
#16 17.72 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 2] Gerenciamento de Pacotes e Updates.md' has no git logs, using current timestamp
|
||||
#16 17.72 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.73 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Hardening de Servidor.md' has no git logs, using current timestamp
|
||||
#16 17.73 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Análise De Logs (SystemdJournalctl).md' has no git logs, using current timestamp
|
||||
#16 17.74 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Análise de Logs (Journalctl).md' has no git logs, using current timestamp
|
||||
#16 17.74 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Hardening De Servidor Linux.md' has no git logs, using current timestamp
|
||||
#16 17.74 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Customização E Identidade Visual.md' has no git logs, using current timestamp
|
||||
#16 17.75 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Firewall Rules E Nat.md' has no git logs, using current timestamp
|
||||
#16 17.75 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[Nível 3] Scripting e Automação Avançada.md' has no git logs, using current timestamp
|
||||
#16 17.75 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Instalação E Configuração Inicial.md' has no git logs, using current timestamp
|
||||
#16 17.76 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Gerenciamento De Usuários E Ldap.md' has no git logs, using current timestamp
|
||||
#16 17.76 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Serviço De Dns (ResolverForwarder).md' has no git logs, using current timestamp
|
||||
#16 17.76 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Interfaces, Vlans E Lagg.md' has no git logs, using current timestamp
|
||||
#16 17.77 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Serviço Tftp E Provisionamento.md' has no git logs, using current timestamp
|
||||
#16 17.77 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Serviço Dhcp E Reservas De Ip (Static Mapping).md' has no git logs, using current timestamp
|
||||
#16 17.77 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 2] Vpn Road Warrior (Openvpn).md' has no git logs, using current timestamp
|
||||
#16 17.78 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Diagnóstico Avançado, Shell E Recovery.md' has no git logs, using current timestamp
|
||||
#16 17.78 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Filtro De Conteúdo E Segurança (Pfblockerng).md' has no git logs, using current timestamp
|
||||
#16 17.78 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] IdsIps Com Suricata.md' has no git logs, using current timestamp
|
||||
#16 17.79 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Planejamento De Hardware E Sizing.md' has no git logs, using current timestamp
|
||||
#16 17.79 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Vpn Site.md' has no git logs, using current timestamp
|
||||
#16 17.79 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[Nível 3] Multi.md' has no git logs, using current timestamp
|
||||
#16 17.81 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 2] Snapshots E Replicação.md' has no git logs, using current timestamp
|
||||
#16 17.81 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 1] Monitoramento de Saúde de Discos.md' has no git logs, using current timestamp
|
||||
#16 17.82 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 3] Configuração de iSCSI Target.md' has no git logs, using current timestamp
|
||||
#16 17.82 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 2] Gestão De Users, Groups E Acls.md' has no git logs, using current timestamp
|
||||
#16 17.82 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 3] Manutenção E Performance Zfs.md' has no git logs, using current timestamp
|
||||
#16 17.82 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 1] Monitoramento Básico De Alertas E Recursos.md' has no git logs, using current timestamp
|
||||
#16 17.83 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[Nível 3] Arquitetura ZFS e Planejamento.md' has no git logs, using current timestamp
|
||||
#16 17.83 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Opera├º├Áes De Energia Reiniciar E Desligar.md' has no git logs, using current timestamp
|
||||
#16 17.83 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Virtualizacao/[Nível 1] Visão Geral E Escopo.md' has no git logs, using current timestamp
|
||||
#16 17.84 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Networking E Storage Operacional.md' has no git logs, using current timestamp
|
||||
#16 17.85 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Gestão De Recursos Computação E Migração.md' has no git logs, using current timestamp
|
||||
#16 17.85 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Manutenção E Lifecycle (Ciclo De Vida).md' has no git logs, using current timestamp
|
||||
#16 17.85 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 1] Verificação Básica De Vm.md' has no git logs, using current timestamp
|
||||
#16 17.85 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 2] Troubleshooting Intermediário.md' has no git logs, using current timestamp
|
||||
#16 17.85 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Cli E Troubleshooting Avançado (Nível 3).md' has no git logs, using current timestamp
|
||||
#16 17.86 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 1] Visão Geral E Escopo.md' has no git logs, using current timestamp
|
||||
#16 17.86 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Disaster Recovery E Arquitetura.md' has no git logs, using current timestamp
|
||||
#16 17.87 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Storage Deep Dive.md' has no git logs, using current timestamp
|
||||
#16 17.87 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[Nível 3] Networking Avançado E Conceitos De Nsx.md' has no git logs, using current timestamp
|
||||
#16 17.88 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 1] Criação e Gestão do Ciclo de Vida de Usuários (AD).md' has no git logs, using current timestamp
|
||||
#16 17.88 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes De Senha E Configura├º├úo Inicial (Post.md' has no git logs, using current timestamp
|
||||
#16 17.88 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes de Senha e Configura├º├úo Inicial (Post-Install).md' has no git logs, using current timestamp
|
||||
#16 17.89 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 2] Gestão Avançada de DNS e DHCP.md' has no git logs, using current timestamp
|
||||
#16 17.89 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Automação e Relatórios com PowerShell.md' has no git logs, using current timestamp
|
||||
#16 17.89 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Diagnóstico de Replicação (DCDIAG).md' has no git logs, using current timestamp
|
||||
#16 17.90 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Disaster Recovery e Continuidade de Negócios (AD).md' has no git logs, using current timestamp
|
||||
#16 17.90 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Gestão Centralizada via GPO.md' has no git logs, using current timestamp
|
||||
#16 17.90 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[Nível 3] Gestão Centralizada Via Gpo (Group Policy).md' has no git logs, using current timestamp
|
||||
#16 17.90 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Gest├úo De Grupos E Pap├®is (Roles).md' has no git logs, using current timestamp
|
||||
#16 17.90 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 1] Ciclo De Vida Do Ticket E Triagem.md' has no git logs, using current timestamp
|
||||
#16 17.91 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Automa├º├Áes E Triggers.md' has no git logs, using current timestamp
|
||||
#16 17.91 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 2] Canais De Entrada (EmailChatTelegram).md' has no git logs, using current timestamp
|
||||
#16 17.91 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 2] Instalação E Deploy Zammad.md' has no git logs, using current timestamp
|
||||
#16 17.92 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 2] Gestão De Slas E Escalonamentos.md' has no git logs, using current timestamp
|
||||
#16 17.92 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 3] Planejamento De Infraestrutura E Sizing.md' has no git logs, using current timestamp
|
||||
#16 17.92 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Api E Integra├º├Áes.md' has no git logs, using current timestamp
|
||||
#16 17.93 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[Nível 3] Manutenção, Backup E Restore.md' has no git logs, using current timestamp
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Rede%20E%20Seguranca/%5BN%C3%ADvel%202%5D%20Servi%C3%A7o%20De%20Dns%20%28ResolverForwarder', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Rede%20E%20Seguranca/%5BN%C3%ADvel%202%5D%20Servi%C3%A7o%20Dhcp%20E%20Reservas%20De%20Ip%20%28Static%20Mapping', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Rede%20E%20Seguranca/%5BN%C3%ADvel%203%5D%20Filtro%20De%20Conte%C3%BAdo%20E%20Seguran%C3%A7a%20%28Pfblockerng', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Rede%20E%20Seguranca/%5BN%C3%ADvel%202%5D%20Vpn%20Road%20Warrior%20%28Openvpn', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Windows/%5BN%C3%ADvel%201%5D%20Cria%C3%A7%C3%A3o%20e%20Gest%C3%A3o%20do%20Ciclo%20de%20Vida%20de%20Usu%C3%A1rios%20%28AD', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Windows/%5BN%C3%ADvel%202%5D%20Padr%C3%B5es%20de%20Senha%20e%20Configura%C3%A7%C3%A3o%20Inicial%20%28Post-Install', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Windows/%5BN%C3%ADvel%203%5D%20Diagn%C3%B3stico%20de%20Replica%C3%A7%C3%A3o%20%28DCDIAG', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Windows/%5BN%C3%ADvel%203%5D%20Disaster%20Recovery%20e%20Continuidade%20de%20Neg%C3%B3cios%20%28AD', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Exchange/%5BN%C3%ADvel%202%5D%20Gerenciamento%20de%20Quarentena%20Movel%20%28ActiveSync', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Exchange/%5BN%C3%ADvel%202%5D%20Gestao%20de%20Permissoes%20%28Full%20Access%20e%20Send%20As', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Exchange/%5BN%C3%ADvel%202%5D%20Solucao%20de%20Problemas%20de%20Lista%20de%20Enderecos%20%28OAB', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Vmware/%5BN%C3%ADvel%202%5D%20Manuten%C3%A7%C3%A3o%20E%20Lifecycle%20%28Ciclo%20De%20Vida', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Vmware/%5BN%C3%ADvel%203%5D%20Cli%20E%20Troubleshooting%20Avan%C3%A7ado%20%28N%C3%ADvel%203', it was left as is.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Conteineres/%5BN%C3%ADvel%201%5D%20Instala%C3%A7%C3%A3o%20E%20Configura%C3%A7%C3%A3o%20Do%20Docker%20E%20Compose%20%28Linux', it was left as is.
|
||||
#16 18.00 WARNING - Doc file 'index.md' contains a link './Linux/%5BN%C3%ADvel%202%20gest%C3%A3o%20de%20usu%C3%A1rios%20e%20permiss%C3%B5es.md', but the target 'Linux/[N├¡vel 2 gest├úo de usu├írios e permiss├Áes.md' is not found among documentation files.
|
||||
#16 18.00 INFO - Doc file 'index.md' contains an unrecognized relative link './Linux/%5BN%C3%ADvel%203%5D%20An%C3%A1lise%20de%20Logs%20%28Journalctl', it was left as is.
|
||||
#16 18.01 INFO - Doc file 'index.md' contains an unrecognized relative link './Zammad/%5BN%C3%ADvel%202%5D%20Gest%C3%A3o%20De%20Grupos%20E%20Pap%C3%A9is%20%28Roles', it was left as is.
|
||||
#16 18.01 INFO - Doc file 'index.md' contains an unrecognized relative link './Zammad/%5BN%C3%ADvel%202%5D%20Canais%20De%20Entrada%20%28EmailChatTelegram', it was left as is.
|
||||
#16 18.01 INFO - Doc file 'index.md' contains an unrecognized relative link './Backup/%5BN%C3%ADvel%202%5D%20Restaura%C3%A7%C3%A3o%20De%20Arquivos%20Guest%20%28WindowsLinux', it was left as is.
|
||||
#16 18.01 INFO - Doc file 'index.md' contains an unrecognized relative link './Backup/%5BN%C3%ADvel%202%5D%20Instant%20Vm%20Recovery%20%28Restaura%C3%A7%C3%A3o%20R%C3%A1pida', it was left as is.
|
||||
#16 18.01 INFO - Doc file 'index.md' contains an unrecognized relative link './Backup/%5BN%C3%ADvel%203%5D%20Configura%C3%A7%C3%A3o%20De%20Reposit%C3%B3rios%20Imut%C3%A1veis%20%28Hardened%20Linux', it was left as is.
|
||||
#16 18.01 INFO - Doc file 'index.md' contains an unrecognized relative link './Backup/%5BN%C3%ADvel%203%5D%20Cria%C3%A7%C3%A3o%20De%20Rotinas%20De%20Teste%20De%20Restore%20%28Surebackup', it was left as is.
|
||||
#16 18.23 WARNING - Doc file 'Exchange/[Nível 3] Acesso ao Servidor Windows Core e PowerShell.md' contains a link 'assets/sconfig_menu.png', but the target 'Exchange/assets/sconfig_menu.png' is not found among documentation files.
|
||||
#16 18.42 WARNING - Doc file 'Rede E Seguranca/[Nível 2] Vpn Road Warrior (Openvpn).md' contains a link 'assets/placeholder.png', but the target 'Rede E Seguranca/assets/placeholder.png' is not found among documentation files.
|
||||
#16 18.43 WARNING - Doc file 'Rede E Seguranca/[Nível 3] Filtro De Conteúdo E Segurança (Pfblockerng).md' contains a link 'assets/placeholder.png', but the target 'Rede E Seguranca/assets/placeholder.png' is not found among documentation files.
|
||||
#16 18.44 WARNING - Doc file 'Rede E Seguranca/[Nível 3] IdsIps Com Suricata.md' contains a link 'assets/placeholder.png', but the target 'Rede E Seguranca/assets/placeholder.png' is not found among documentation files.
|
||||
#16 18.47 WARNING - Doc file 'Storage/[Nível 1] Monitoramento de Saúde de Discos.md' contains a link 'assets/dashboard_alert.png', but the target 'Storage/assets/dashboard_alert.png' is not found among documentation files.
|
||||
#16 18.47 WARNING - Doc file 'Storage/[Nível 2] Gestão De Users, Groups E Acls.md' contains a link 'assets/dataset_acl.png', but the target 'Storage/assets/dataset_acl.png' is not found among documentation files.
|
||||
#16 18.48 WARNING - Doc file 'Storage/[Nível 2] Snapshots E Replicação.md' contains a link 'assets/replication_task.png', but the target 'Storage/assets/replication_task.png' is not found among documentation files.
|
||||
#16 18.49 WARNING - Doc file 'Storage/[Nível 3] Arquitetura ZFS e Planejamento.md' contains a link 'assets/zfs_architecture.png', but the target 'Storage/assets/zfs_architecture.png' is not found among documentation files.
|
||||
#16 18.51 WARNING - Doc file 'Virtualizacao/[Nível 1] Visão Geral E Escopo.md' contains a link 'assets/proxmox_login.png', but the target 'Virtualizacao/assets/proxmox_login.png' is not found among documentation files.
|
||||
#16 18.52 WARNING - Doc file 'Vmware/[Nível 1] Verificação Básica De Vm.md' contains a link 'assets/vcenter_summary.png', but the target 'Vmware/assets/vcenter_summary.png' is not found among documentation files.
|
||||
#16 18.53 WARNING - Doc file 'Vmware/[Nível 1] Visão Geral E Escopo.md' contains a link 'assets/vsphere_login.png', but the target 'Vmware/assets/vsphere_login.png' is not found among documentation files.
|
||||
#16 18.57 WARNING - Doc file 'Windows/[Nível 1] Criação e Gestão do Ciclo de Vida de Usuários (AD).md' contains a link 'assets/ad_new_user.png', but the target 'Windows/assets/ad_new_user.png' is not found among documentation files.
|
||||
#16 18.61 WARNING - Doc file 'Zammad/[Nível 1] Ciclo De Vida Do Ticket E Triagem.md' contains a link 'assets/zammad_ticket_creation.png', but the target 'Zammad/assets/zammad_ticket_creation.png' is not found among documentation files.
|
||||
#16 18.61 WARNING - Doc file 'Zammad/[Nível 1] Ciclo De Vida Do Ticket E Triagem.md' contains a link 'assets/zammad_ticket_merge.png', but the target 'Zammad/assets/zammad_ticket_merge.png' is not found among documentation files.
|
||||
#16 18.62 WARNING - Doc file 'Zammad/[N├¡vel 2] Automa├º├Áes E Triggers.md' contains a link 'assets/zammad_trigger_setup.png', but the target 'Zammad/assets/zammad_trigger_setup.png' is not found among documentation files.
|
||||
#16 18.62 WARNING - Doc file 'Zammad/[Nível 2] Canais De Entrada (EmailChatTelegram).md' contains a link 'assets/zammad_telegram_integr.png', but the target 'Zammad/assets/zammad_telegram_integr.png' is not found among documentation files.
|
||||
#16 18.63 WARNING - Doc file 'Zammad/[N├¡vel 2] Gest├úo De Grupos E Pap├®is (Roles).md' contains a link 'assets/zammad_create_group.png', but the target 'Zammad/assets/zammad_create_group.png' is not found among documentation files.
|
||||
#16 18.64 WARNING - Doc file 'Zammad/[Nível 2] Gestão De Slas E Escalonamentos.md' contains a link 'assets/zammad_calendar_setup.png', but the target 'Zammad/assets/zammad_calendar_setup.png' is not found among documentation files.
|
||||
#16 18.64 WARNING - Doc file 'Zammad/[Nível 2] Instalação E Deploy Zammad.md' contains a link 'assets/zammad_install_docker.png', but the target 'Zammad/assets/zammad_install_docker.png' is not found among documentation files.
|
||||
#16 20.11 INFO - Documentation built in 3.14 seconds
|
||||
#16 20.18 Copying manuals to build directory...
|
||||
#16 20.18 Processing documentacao storage -> Storage
|
||||
#16 20.18 Processing documentacao dev -> Dev
|
||||
#16 20.18 Processing documentacao colaboracao -> Colaboracao
|
||||
#16 20.18 Processing documentacao agendamento -> Agendamento
|
||||
#16 20.18 Processing documentacao zammad -> Zammad
|
||||
#16 20.18 Processing documentacao linux -> Linux
|
||||
#16 20.18 Processing documentacao windows -> Windows
|
||||
#16 20.18 Processing documentacao certificados -> Certificados
|
||||
#16 20.18 Processing documentacao rede e seguranca -> Rede E Seguranca
|
||||
#16 20.18 Processing documentacao terminal -> Terminal
|
||||
#16 20.18 Processing documentacao bancos de dados -> Bancos De Dados
|
||||
#16 20.18 Processing documentacao editores -> Editores
|
||||
#16 20.18 Processing documentacao processos -> Processos
|
||||
#16 20.18 Processing documentacao virtualizacao -> Virtualizacao
|
||||
#16 20.18 Processing documentacao navegadores -> Navegadores
|
||||
#16 20.18 Processing documentacao microsoft -> Microsoft
|
||||
#16 20.18 Processing documentacao seguranca email -> Seguranca Email
|
||||
#16 20.18 Processing documentacao vmware -> Vmware
|
||||
#16 20.18 Processing documentacao hardware -> Hardware
|
||||
#16 20.18 Processing documentacao ferramentas -> Ferramentas
|
||||
#16 20.18 Processing documentacao automacao -> Automacao
|
||||
#16 20.18 Processing documentacao web servers -> Web Servers
|
||||
#16 20.18 Processing documentacao exchange -> Exchange
|
||||
#16 20.18 Processing documentacao backup -> Backup
|
||||
#16 20.18 Processing documentacao powerbi -> Powerbi
|
||||
#16 20.18 Processing documentacao conteineres -> Conteineres
|
||||
#16 20.18 Processing documentacao ftp -> Ftp
|
||||
#16 20.18 Processing documentacao unifi -> Unifi
|
||||
#16 20.18 Processing documentacao webmin -> Webmin
|
||||
#16 20.18 Processing documentacao diagnostico rede -> Diagnostico Rede
|
||||
#16 20.18 Processing documentacao aplicativos -> Aplicativos
|
||||
#16 20.18 Processing documentacao endpoint -> Endpoint
|
||||
#16 20.18 Copying root assets from /app/assets to /app/_site_src/docs/assets
|
||||
#16 20.18 Creating index.md from README.md...
|
||||
#16 20.18 Generating PDFs...
|
||||
#16 20.18 Building MkDocs site...
|
||||
#16 20.18 Build Complete! Site is in _site_src/site
|
||||
#16 DONE 20.3s
|
||||
|
||||
#9 [stage-1 1/2] FROM docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2
|
||||
#9 CACHED
|
||||
|
||||
#17 [stage-1 2/2] COPY --from=builder /app/_site_src/site /usr/share/nginx/html
|
||||
#17 DONE 0.2s
|
||||
|
||||
#18 exporting to image
|
||||
#18 exporting layers
|
||||
#18 exporting layers 1.8s done
|
||||
#18 exporting manifest sha256:79f0b4558cd32ad229c92add018d8a3c2c62210eeff2d46b92015319b06d60ee 0.0s done
|
||||
#18 exporting config sha256:e06b0fb9dcf9128f4255d18e53366fb3b90366812c9666c186b46e67902bf4d3 0.0s done
|
||||
#18 exporting attestation manifest sha256:626f87469439911b3db55cb1143e767ae87b2dbab8e85a164fed8ad263a24770 0.0s done
|
||||
#18 exporting manifest list sha256:e5b5e9880b1379b8f1dec9c1e09e7ad8465f02ee35efbcaf4f428eb9d725bd05
|
||||
#18 exporting manifest list sha256:e5b5e9880b1379b8f1dec9c1e09e7ad8465f02ee35efbcaf4f428eb9d725bd05 0.0s done
|
||||
#18 naming to docker.io/library/docs-itguys:latest
|
||||
#18 naming to docker.io/library/docs-itguys:latest 0.2s done
|
||||
#18 unpacking to docker.io/library/docs-itguys:latest
|
||||
#18 unpacking to docker.io/library/docs-itguys:latest 0.4s done
|
||||
#18 DONE 2.5s
|
||||
|
||||
1 warning found (use docker --debug to expand):
|
||||
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
|
||||
|
||||
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/qp44449p8t3cxgehltf9n8ic0
|
||||
10
mkdocs.yml
10
mkdocs.yml
|
|
@ -45,3 +45,13 @@ plugins:
|
|||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- pymdownx.superfences
|
||||
- pymdownx.details
|
||||
- pymdownx.magiclink
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue