Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Noa LEDET committed Dec 13, 2023
1 parent bdbe8f6 commit 6746150
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# If specified, the workflow will be triggered automatically once you push to the `main` branch.
# Replace `main` with your branch’s name
push:
branches: ["main"]
branches: ["master"]
# Specify to run a workflow manually from the Actions tab on GitHub
workflow_dispatch:

Expand All @@ -22,7 +22,7 @@ env:
DOCKER_VERSION: 232.10275
# Add the variable below to upload Algolia indexes
# Replace HI with the ID of the instance in capital letters
ALGOLIA_ARTIFACT: algolia-indexes-HI.zip
ALGOLIA_ARTIFACT: algolia-indexes-GOPHISH.zip

jobs:
build:
Expand Down
5 changes: 5 additions & 0 deletions Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
<noindex-content>true</noindex-content>
</variables>
</build-profile>
<build-profile instance="${id}">
<variables>
<noindex-content>true</noindex-content>
</variables>
</build-profile>

</buildprofiles>
4 changes: 2 additions & 2 deletions Writerside/wiki/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pour débuter l’installation du script, voici les instructions à suivre :
```
Vous pouvez le faire dans n’importe quel répertoire de travail (par exemple, le répertoire root).

2. Après avoir cloné le dépôt, naviguez jusqu’au dossier du dépôt avec la commande :
2. Après avoir cloné le dépôt, naviguez jusqu’au dossier du dépôt avec la commande :
```Bash
cd GoPhish
```
Expand All @@ -24,7 +24,7 @@ Vous pouvez le faire dans n’importe quel répertoire de travail (par exemple,
4. Suivez les directives fournies par le script et répondez aux questions qui vous seront posées.

> **Pour information :**
>
>
> Lorsque le script aura achevé l’installation et démarré le logiciel, il affichera dans le terminal l’**identifiant administrateur** par défaut ainsi que **son mot de passe temporaire**. Vous serez invité à modifier ce mot de passe lors de votre première connexion.
{style="note"}

Expand Down
2 changes: 1 addition & 1 deletion Writerside/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<ihp version="2.0">
<topics dir="wiki"/>
<images dir="img" web-path="gophish"/>
<instance src="gophish.tree"/>
<instance src="gophish.tree" version="1.5"/>
</ihp>

0 comments on commit 6746150

Please sign in to comment.