Skip to content

Commit f53f907

Browse files
authored
Merge pull request #65 from remz1337/fix-url
Fix some more links to point to the new community-scripts repo
2 parents f37a95d + 12bd2e8 commit f53f907

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed

CHANGELOG.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<a href="#">
3-
<img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/logo.png" height="100px" />
3+
<img src="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo.png" height="100px" />
44
</a>
55
</div>
66
<h1 align="center">Changelog</h1>
@@ -25,71 +25,71 @@ All LXC instances created using this repository come pre-installed with Midnight
2525

2626
### Changed
2727

28-
- **Open WebUI LXC** [(Commit)](https://github.com/tteck/Proxmox/commit/8a21f6e7f025a911865395d4c0fa9a001bd0d512)
28+
- **Open WebUI LXC** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/8a21f6e7f025a911865395d4c0fa9a001bd0d512)
2929
- Refactor Script to add an option to install Ollama.
3030

3131
## 2024-10-26
3232

3333
### Changed
3434

35-
- **AdventureLog LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/adventurelog-install.sh)
35+
- **AdventureLog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/adventurelog-install.sh)
3636
- NEW Script
3737

3838
## 2024-10-25
3939

4040
### Changed
4141

42-
- **Zoraxy LXC** [(Commit)](https://github.com/tteck/Proxmox/commit/468a5d367ded4cf453a1507452e112ac3e234e2a)
42+
- **Zoraxy LXC** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/468a5d367ded4cf453a1507452e112ac3e234e2a)
4343
- Switch built from source to a pre-compiled binary version.
4444
- Breaking Change
4545

4646
## 2024-10-23
4747

4848
### Changed
4949

50-
- **Wallos LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/wallos-install.sh)
50+
- **Wallos LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/wallos-install.sh)
5151
- NEW Script
52-
- **Open WebUI LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/openwebui-install.sh)
52+
- **Open WebUI LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/openwebui-install.sh)
5353
- NEW Script
5454

5555
## 2024-10-19
5656

5757
### Changed
5858

59-
- **Cockpit LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/cockpit-install.sh)
59+
- **Cockpit LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/cockpit-install.sh)
6060
- NEW Script
61-
- **Neo4j LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/neo4j-install.sh)
61+
- **Neo4j LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/neo4j-install.sh)
6262
- NEW Script
6363

6464
## 2024-10-18
6565

6666
### Changed
6767

68-
- **ArchiveBox LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/archivebox-install.sh)
68+
- **ArchiveBox LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/archivebox-install.sh)
6969
- NEW Script
7070

7171
## 2024-10-15
7272

7373
### Changed
7474

75-
- **evcc LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/evcc-install.sh)
75+
- **evcc LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/evcc-install.sh)
7676
- NEW Script
7777

7878
## 2024-10-10
7979

8080
### Changed
8181

82-
- **MySQL LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/mysql-install.sh)
82+
- **MySQL LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/mysql-install.sh)
8383
- NEW Script
84-
- **Tianji LXC** [(Commit)](https://github.com/tteck/Proxmox/commit/4c83a790ac9b040da1f11ad2cbe13d3fc5f480e9)
84+
- **Tianji LXC** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/4c83a790ac9b040da1f11ad2cbe13d3fc5f480e9)
8585
- Breaking Change
8686
- Switch from `pm2` process management to `systemd`
8787

8888
## 2024-10-03
8989

9090
### Changed
9191

92-
- **Home Assistant Core LXC** [(Commit)](https://github.com/tteck/Proxmox/commit/f2937febe69b2bad8b3a14eb84aa562a8f14cc6a) [(Commit)](https://github.com/tteck/Proxmox/commit/f2966ced7f457fd506f865f7f5b70ea12c4b0049)
92+
- **Home Assistant Core LXC** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/f2937febe69b2bad8b3a14eb84aa562a8f14cc6a) [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/f2966ced7f457fd506f865f7f5b70ea12c4b0049)
9393
- Refactor Code
9494
- Breaking Change
9595
- Home Assistant has transitioned to using `uv` for managing the virtual environment and installing additional modules.
@@ -98,62 +98,62 @@ All LXC instances created using this repository come pre-installed with Midnight
9898

9999
### Changed
100100

101-
- **HomeBox LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/homebox-install.sh)
101+
- **HomeBox LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/homebox-install.sh)
102102
- NEW Script
103-
- **Zipline LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/zipline-install.sh)
103+
- **Zipline LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/zipline-install.sh)
104104
- NEW Script
105105

106106
## 2024-09-13
107107

108108
### Changed
109109

110-
- **Tianji LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/tianji-install.sh)
110+
- **Tianji LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/tianji-install.sh)
111111
- NEW Script
112112

113113
## 2024-08-21
114114

115115
### Changed
116116

117-
- **WireGuard LXC** [(Commit)](https://github.com/tteck/Proxmox/commit/723365a79df7cc0fd29b1af8f7ef200a7e0921b1)
117+
- **WireGuard LXC** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/723365a79df7cc0fd29b1af8f7ef200a7e0921b1)
118118
- Refactor Code
119119
- Breaking Change
120120

121121
## 2024-08-19
122122

123123
### Changed
124124

125-
- **CommaFeed LXC** [(Commit)](https://github.com/tteck/Proxmox/commit/0a33d1739ec3a49011411929bd46a260e92e99f9)
125+
- **CommaFeed LXC** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/0a33d1739ec3a49011411929bd46a260e92e99f9)
126126
- Refactor Code
127127
- Breaking Change
128128

129129
## 2024-08-06
130130

131131
### Changed
132132

133-
- **lldap LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/lldap-install.sh)
133+
- **lldap LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/lldap-install.sh)
134134
- NEW Script
135135

136136
## 2024-07-26
137137

138138
### Changed
139139

140-
- **Gitea LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/gitea-install.sh)
140+
- **Gitea LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/gitea-install.sh)
141141
- NEW Script
142142

143143
## 2024-06-30
144144

145145
### Changed
146146

147-
- **All Scripts** [(Commit)](https://github.com/tteck/Proxmox/commit/39ea1d4a20b83c07d084ebafdc811eec3548f289)
147+
- **All Scripts** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/39ea1d4a20b83c07d084ebafdc811eec3548f289)
148148
- Requires Proxmox Virtual Environment version 8.1 or later.
149149

150150
## 2024-06-27
151151

152152
### Changed
153153

154-
- **Kubo LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/kubo-install.sh)
154+
- **Kubo LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/kubo-install.sh)
155155
- NEW Script
156-
- **RabbitMQ LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/rabbitmq-install.sh)
156+
- **RabbitMQ LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/rabbitmq-install.sh)
157157
- NEW Script
158158
- **Scrutiny LXC**
159159
- Removed from website, broken.
@@ -169,27 +169,27 @@ All LXC instances created using this repository come pre-installed with Midnight
169169

170170
### Changed
171171

172-
- **MySpeed LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/myspeed-install.sh)
172+
- **MySpeed LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/myspeed-install.sh)
173173
- NEW Script
174174

175175
## 2024-06-13
176176

177177
### Changed
178178

179-
- **PeaNUT LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/peanut-install.sh)
179+
- **PeaNUT LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/peanut-install.sh)
180180
- NEW Script
181181
- **Website**
182182
- If the Changelog has changed recently, the link on the website will pulse.
183-
- **Spoolman LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/spoolman-install.sh)
183+
- **Spoolman LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/spoolman-install.sh)
184184
- NEW Script
185185

186186
## 2024-06-12
187187

188188
### Changed
189189

190-
- **MeTube LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/metube-install.sh)
190+
- **MeTube LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/metube-install.sh)
191191
- NEW Script
192-
- **Matterbridge LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/matterbridge-install.sh)
192+
- **Matterbridge LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/matterbridge-install.sh)
193193
- NEW Script
194194
- **Website**
195195
- Reopen the gh-pages site (https://tteck.github.io/Proxmox/)
@@ -198,14 +198,14 @@ All LXC instances created using this repository come pre-installed with Midnight
198198

199199
### Changed
200200

201-
- **Zabbix LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/zabbix-install.sh)
201+
- **Zabbix LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/zabbix-install.sh)
202202
- NEW Script
203203

204204
## 2024-06-06
205205

206206
### Changed
207207

208-
- **Petio LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/petio-install.sh)
208+
- **Petio LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/petio-install.sh)
209209
- NEW Script
210210
- **Website**
211211
- Important notices will now be displayed on the landing page.
@@ -214,14 +214,14 @@ All LXC instances created using this repository come pre-installed with Midnight
214214

215215
### Changed
216216

217-
- **FlareSolverr LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/flaresolverr-install.sh)
217+
- **FlareSolverr LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/flaresolverr-install.sh)
218218
- NEW Script
219219

220220
## 2024-05-31
221221

222222
### Changed
223223

224-
- **Advanced Settings** [(Commit)](https://github.com/tteck/Proxmox/commit/fc9dff220b4ea426d3a75178ad8accacae4683ca)
224+
- **Advanced Settings** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/fc9dff220b4ea426d3a75178ad8accacae4683ca)
225225
- Passwords are now masked
226226

227227
## 2024-05-30
@@ -1049,7 +1049,7 @@ All LXC instances created using this repository come pre-installed with Midnight
10491049
### Changed
10501050

10511051
- **Proxmox VE Monitor-All**
1052-
- Skip instances based on onboot and templates. [8c2a3cc](https://github.com/tteck/Proxmox/commit/8c2a3cc4d774fa13d17f695d6bdf9a4deedb1372).
1052+
- Skip instances based on onboot and templates. [8c2a3cc](https://github.com/community-scripts/ProxmoxVE/commit/8c2a3cc4d774fa13d17f695d6bdf9a4deedb1372).
10531053

10541054
## 2023-06-12
10551055

@@ -1185,7 +1185,7 @@ All LXC instances created using this repository come pre-installed with Midnight
11851185
11861186
- **InfluxDB LXC**
11871187
- Choosing InfluxDB v1 will result in Chronograf being installed automatically.
1188-
- **[User Submitted Guides](https://github.com/tteck/Proxmox/blob/main/USER_SUBMITTED_GUIDES.md)**
1188+
- **[User Submitted Guides](https://github.com/community-scripts/ProxmoxVE/blob/main/USER_SUBMITTED_GUIDES.md)**
11891189
- Informative guides that demonstrate how to install various software packages using Proxmox VE Helper Scripts.
11901190
11911191
## 2023-04-14
@@ -1579,7 +1579,7 @@ All LXC instances created using this repository come pre-installed with Midnight
15791579
### Changed
15801580
15811581
- **Proxmox LXC Updater**
1582-
- Now updates Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, ArchLinux [(@Uruknara)](https://github.com/tteck/Proxmox/commits?author=Uruknara)
1582+
- Now updates Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, ArchLinux [(@Uruknara)](https://github.com/community-scripts/ProxmoxVE/commits?author=Uruknara)
15831583
15841584
## 2022-11-13
15851585
@@ -2282,28 +2282,28 @@ All LXC instances created using this repository come pre-installed with Midnight
22822282
### Changed
22832283

22842284
- **Node-Red LXC**
2285-
- Add Install [Themes Script](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/node-red-themes.png)
2285+
- Add Install Themes Script
22862286

22872287
## 2022-02-16
22882288

22892289
### Changed
22902290

22912291
- **Home Assistant Container LXC**
2292-
- Add Options to [Update Menu](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/update-menu.png)
2292+
- Add Options to Update Menu
22932293

22942294
## 2022-02-14
22952295

22962296
### Changed
22972297

22982298
- **Home Assistant Container LXC**
2299-
- Add [Update Menu](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/update-menu.png)
2299+
- Add Update Menu
23002300

23012301
## 2022-02-13
23022302

23032303
### Changed
23042304

23052305
- **Mariadb LXC**
2306-
- Add [Adminer](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/adminer.png) (formerly phpMinAdmin), a full-featured database management tool
2306+
- Add Adminer (formerly phpMinAdmin), a full-featured database management tool
23072307

23082308
## 2022-02-12
23092309

@@ -2395,7 +2395,7 @@ All LXC instances created using this repository come pre-installed with Midnight
23952395
- `va-driver-all` is preinstalled
23962396
- now using Ubuntu 21.10
23972397
- **misc**
2398-
- new GUI script [(Screenshot)](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/pms-copy-data.png) to copy data from one Plex Media Server LXC to another Plex Media Server LXC
2398+
- new GUI script to copy data from one Plex Media Server LXC to another Plex Media Server LXC
23992399
24002400
24012401
## Initial Catch up - 2022-01-23

vm/debian-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,4 @@ if [ "$START_VM" == "yes" ]; then
423423
msg_ok "Started Debian 12 VM"
424424
fi
425425
msg_ok "Completed Successfully!\n"
426-
echo "More Info at https://github.com/community-scripts/ProxmoxVE/discussions/1988"
426+
echo "More Info at https://github.com/tteck/Proxmox/discussions/1988"

vm/ubuntu2204-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,4 @@ if [ "$START_VM" == "yes" ]; then
425425
fi
426426
msg_ok "Completed Successfully!\n"
427427
echo -e "Setup Cloud-Init before starting \n
428-
More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n"
428+
More info at https://github.com/tteck/Proxmox/discussions/2072 \n"

vm/ubuntu2404-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,4 @@ qm set $VMID \
410410
msg_ok "Created a Ubuntu 24.04 VM ${CL}${BL}(${HN})"
411411
msg_ok "Completed Successfully!\n"
412412
echo -e "Setup Cloud-Init before starting \n
413-
More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n"
413+
More info at https://github.com/tteck/Proxmox/discussions/2072 \n"

0 commit comments

Comments
 (0)