Skip to content

Commit d0d2ff6

Browse files
committed
fix: replace files lost during pruning
1 parent 9f492bf commit d0d2ff6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+994
-0
lines changed

api/.gqlconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
schema: {
3+
files: 'src/graphql/schema/types/**/*.graphql'
4+
}
5+
}

api/.vscode/extensions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"recommendations": [
3+
"mikestead.dotenv",
4+
"eamodio.gitlens",
5+
"dbaeumer.vscode-eslint",
6+
"antfu.goto-alias",
7+
"bierner.markdown-mermaid",
8+
"github.vscode-pull-request-github",
9+
"bierner.markdown-preview-github-styles"
10+
]
11+
}

api/dev/Unraid.net/Pro.key

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
�[5��� �b� ��;R�������y��d��Ѭ�lђ�"Hɭ�;Q�s�@�ٌ��1�Qy��|ʥ+��M)X9jь���1�2WH�'�.�J�-�MP�S��:��]o9^��0�$"� l^`� >3�:�� ��q~�ۗ����5��=Ұ�]�IWf�� �?:�2��E5[Һ�(���}�+ρ�I�Aޝ%���q:���b��HV�|H��w_�6r^F�1s�]H|4I��!�mX�Qs�?����

api/dev/data/machine-id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d0b5433294c110f1eed72bdb63910a9a

api/dev/data/unraid-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version="6.12.0-beta5"

api/dev/dynamix/banner.png

61.3 KB
Loading

api/dev/dynamix/case-model.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
case-model.png

api/dev/dynamix/case-model.png

4.51 KB
Loading

api/dev/states/devs.ini

Whitespace-only changes.

api/dev/states/network.ini

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[eth0]
2+
DHCP_KEEPRESOLV="no"
3+
DNS_SERVER1="1.1.1.1"
4+
DNS_SERVER2="8.8.8.8"
5+
DHCP6_KEEPRESOLV="no"
6+
BONDING="yes"
7+
BONDNAME=""
8+
BONDNICS="eth0,eth1,eth2,eth3"
9+
BONDING_MODE="1"
10+
BONDING_MIIMON="100"
11+
BRIDGING="yes"
12+
BRNAME=""
13+
BRNICS="bond0"
14+
BRSTP="0"
15+
BRFD="0"
16+
DESCRIPTION:0=""
17+
PROTOCOL:0=""
18+
USE_DHCP:0="yes"
19+
IPADDR:0="192.168.1.150"
20+
NETMASK:0="255.255.255.0"
21+
GATEWAY:0="192.168.1.1"
22+
METRIC:0=""
23+
USE_DHCP6:0=""
24+
IPADDR6:0=""
25+
NETMASK6:0=""
26+
GATEWAY6:0=""
27+
METRIC6:0=""
28+
PRIVACY6:0=""
29+
MTU=""
30+
TYPE="access"

0 commit comments

Comments
 (0)