Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
akmalovaa committed Oct 7, 2024
1 parent 5e23f01 commit 3c66be0
Show file tree
Hide file tree
Showing 6 changed files with 1,654 additions and 1,595 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
.env
temp
4 changes: 2 additions & 2 deletions blog/mikrotik-chr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Mikrotik CHR cloud hosted router
description: Mikrotik CHR Cloud Hosted Router install timeweb VPS
image: ./logo.png
tags: [homelab, networks]
keywords: [mikrotik, chr, cloud, container, docker, proxy, routeros]
date: 2024-04-15
keywords: [mikrotik, chr, cloud, timeweb, vps, routeros, routing]
date: 2024-05-12
---

Установка Mikrotik Cloud Hosted Router на облачный сервер и для чего я его использую
Expand Down
27 changes: 27 additions & 0 deletions docs/proxmox/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_position: 2
title: Proxmox commands
---


## Proxmox

helper-script - https://helper-scripts.com/

Proxmox for windows https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers

## Proxmox Directory
### Конфиги LXC
```
Expand Down Expand Up @@ -89,3 +96,23 @@ UUID=9d022d03-a7c1-40a5-92f0-cb6245e93b60 /mnt/nextcloud ext4 defaults 0 0
mount -a
lsblk
```


### Proxmox удаление ноды

Удалить ноду в консоли
```shell
pvecm nodes
pvecm delnode {name}
```

Удалить ключ
```shell
nano /etc/pve/priv/authorized_keys
```

Убрать директорию
```shell
mv /etc/pve/nodes/{name} /root/.
```

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/theme/BlogPostItem.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import BlogPostItem from '@theme-original/BlogPostItem';
import { useBlogPost } from "@docusaurus/theme-common/internal";
// import { useBlogPost } from "@docusaurus/theme-common/internal";
import { useBlogPost } from '@docusaurus/plugin-content-blog/client';
import Giscus from "@giscus/react";

export default function BlogPostItemWrapper(props) {
Expand Down
Loading

0 comments on commit 3c66be0

Please sign in to comment.