Skip to content

Commit

Permalink
Merge pull request #19 from lucaschf/doc/add-install-disclaimer
Browse files Browse the repository at this point in the history
docs: improve warning about installation files replacement in README
  • Loading branch information
RamonGiovane authored Dec 7, 2024
2 parents 32ffa00 + ccedc38 commit 2c3252c
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ After installing Cockpit and downloading the source code, simply copy the reposi
```bash
cp -r guiptables/ /usr/share/cockpit/
```
#### :warning: Caution!
The above command will replace all *guiptables* files if they already exist. Make sure to back up your logs and saves if you are installing a new version.
### :warning: Caution!
Both installation methods listed above will replace any existing _guiptables_ files. Make sure to back up your logs and saves if you are installing a new version. See sections 6 and 7.

You can also make a full backup of all files in the following way:
```bash
mv /usr/share/cockpit/guiptables /usr/share/cockpit/guiptables-backup
```

### Accessing the interface
When entering the Cockpit, click on **Iptables UI** to access the dashboard.
Expand Down Expand Up @@ -182,8 +187,13 @@ Depois de instalar o Cockpit e baixar o código fonte, basta copiar a pasta do r
```bash
cp -r guiptables/ /usr/share/cockpit/
```
#### :warning: Cuidado!
O comando acima irá substituir todos os arquivos do *guiptables* se já existirem. Certifique-se de fazer backup dos logs e saves caso esteja instalando uma nova versão.
### :warning: Cuidado!
Ambos os metódos de instalação listados acima irão substituir todos os arquivos do *guiptables* se já existirem. Certifique-se de fazer backup dos logs e saves caso esteja instalando uma nova versão. Veja a seções 6 e 7.

Você também pode fazer um backup completo de todos os arquivos, dessa maneira:
```bash
mv /usr/share/cockpit/guiptables /usr/share/cockpit/guiptables-backup
```

### Acessando a interface
Ao entrar no Cockpit, clique em **Iptables** UI para acessar o painel.
Expand Down Expand Up @@ -292,6 +302,3 @@ Após isso será solicitado que a página seja recarregada.
- ocorreu um erro ao alterar o arquivo de configuração

Você pode alterar o caminho em que o arquivo texto dos logs é salvo, **nas configurações ⚙️**.



0 comments on commit 2c3252c

Please sign in to comment.