Skip to content

Commit

Permalink
irc channel password
Browse files Browse the repository at this point in the history
  • Loading branch information
assada committed May 18, 2024
1 parent e15154d commit 309eaf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 40 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
channel: '#dead'
nickname: GitHub
server: 'irc.dead.guru'
notice: true
sasl_password: ${{ secrets.IRC_PASSWORD }}
notice: false
message: |-
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
Expand Down
41 changes: 3 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,6 @@
# Website
# UT3USW Personal blog source code

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
[![CI](https://github.com/assada/ut3usw.dead.guru/actions/workflows/ci.yml/badge.svg)](https://github.com/assada/ut3usw.dead.guru/actions/workflows/ci.yml)

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
This is a source code for my personal blog. It's based on [Docusaurus](https://docusaurus.io/).
2 changes: 1 addition & 1 deletion docs/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

Все починалось з assada.dead.guru який працював на власному "двіжку" з крутим кастомним дизайном. Але мені просто стало лінь його підтримувати і я прийняв рішення переїхати на Docusaurus.

Репозиторій з цим сайтом знаходиться на [GitHub](https://github.com/assada/ut3usw.dead.guru/tree/master). Після пушу в `master` гілку запускається Github Action що збирає сайт і по sftp доставляє артефакт на мій сервер.
Репозиторій з цим сайтом знаходиться на [GitHub](https://github.com/assada/ut3usw.dead.guru/tree/master). Після пушу в `master` гілку запускається Github Action що збирає сайт і по sftp доставляє артефакт на мій сервер. [![CI](https://github.com/assada/ut3usw.dead.guru/actions/workflows/ci.yml/badge.svg)](https://github.com/assada/ut3usw.dead.guru/actions/workflows/ci.yml)

Сервер працює на **Debian 12** і використовує docker контейнеризацію для кожного сервісу. [Caddy](https://caddyserver.com/) як реверс проксі для вебу. Інші мої сервіси можна знайти на сайті мережі https://dead.guru, а також в дружній мережі [hypogea.org](https://hypogea.org). Наші мережі об'єднані через [tailscale](https://github.com/tailscale/tailscale). І в середині мережі доступні закриті сервіси.

Expand Down

0 comments on commit 309eaf1

Please sign in to comment.