Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate apps to support host-ip per port #1550

Draft
wants to merge 72 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
4586ad9
collabora
stavros-k Feb 7, 2025
a78b774
diskoverdata
stavros-k Feb 7, 2025
067e3eb
elastic-search
stavros-k Feb 7, 2025
a7176ec
emby
stavros-k Feb 7, 2025
9f1a07c
home-assistant
stavros-k Feb 7, 2025
cae7adc
ix-app
stavros-k Feb 7, 2025
cd41fc1
minio
stavros-k Feb 7, 2025
65cd508
netdata
stavros-k Feb 7, 2025
552102b
nextcloud
stavros-k Feb 7, 2025
35ec533
photoprism
stavros-k Feb 7, 2025
e3bf893
pihole
stavros-k Feb 7, 2025
55911ce
plex
stavros-k Feb 7, 2025
58347ac
prometheis
stavros-k Feb 7, 2025
68d7265
storj
stavros-k Feb 7, 2025
db69b07
syncthing
stavros-k Feb 7, 2025
5675921
wg-easy
stavros-k Feb 7, 2025
87f40b6
minio
stavros-k Feb 7, 2025
1323819
syncthing
stavros-k Feb 7, 2025
27c0ee4
asigra-ds-system
stavros-k Feb 7, 2025
f324ca7
actual-budget
stavros-k Feb 7, 2025
0bd6715
adguard-home
stavros-k Feb 7, 2025
58ac346
audiobookshelf
stavros-k Feb 7, 2025
d3584b2
autobrr
stavros-k Feb 7, 2025
73f6082
bazarr
stavros-k Feb 7, 2025
a149d51
briefkasten
stavros-k Feb 7, 2025
e3e2908
calibre
stavros-k Feb 7, 2025
be24c1c
castopod
stavros-k Feb 7, 2025
bad0587
chia
stavros-k Feb 7, 2025
e913d47
clamav
stavros-k Feb 7, 2025
3568d6c
dashy
stavros-k Feb 10, 2025
6ad0f40
ddns-updater
stavros-k Feb 10, 2025
e9f8463
deluge
stavros-k Feb 10, 2025
86c49ae
distribution
stavros-k Feb 10, 2025
943825f
dockge
stavros-k Feb 10, 2025
b8ad1b3
drawio
stavros-k Feb 10, 2025
8163e64
eclipse-mosquitto
stavros-k Feb 10, 2025
7f01850
filebrowser
stavros-k Feb 11, 2025
50ab5dd
firefly-iii
stavros-k Feb 11, 2025
cd16914
flame
stavros-k Feb 11, 2025
87c7f75
flaresolverr
stavros-k Feb 11, 2025
dd15f93
freshrss
stavros-k Feb 11, 2025
8a1f67b
frigate
stavros-k Feb 11, 2025
a43a098
fscrawler
stavros-k Feb 11, 2025
dae7f95
gaseous-server
stavros-k Feb 11, 2025
0f24f5a
gitea
stavros-k Feb 11, 2025
3c9da51
grafana
stavros-k Feb 11, 2025
360b689
handbrake
stavros-k Feb 11, 2025
b4788e0
homepage
stavros-k Feb 11, 2025
3bb94aa
homer
stavros-k Feb 11, 2025
4e2ac6b
immich
stavros-k Feb 11, 2025
0c97aca
invidious
stavros-k Feb 11, 2025
c8b898a
ipfs
stavros-k Feb 11, 2025
0ad4c99
jellyfin
stavros-k Feb 12, 2025
e9a9430
jellyseerr
stavros-k Feb 12, 2025
8cab01f
jenkins
stavros-k Feb 12, 2025
c3d247c
joplin
stavros-k Feb 12, 2025
ababbca
Migrate apps to support host-ip per port (part 2) (#1606)
stavros-k Feb 21, 2025
32105e5
fix
stavros-k Feb 25, 2025
2da41c7
fmt
stavros-k Feb 25, 2025
d62ab38
one mroe
stavros-k Feb 25, 2025
bba744a
add library
stavros-k Feb 25, 2025
55c0015
fix port validation on container_prot
stavros-k Feb 25, 2025
4891ec7
fix visibility of host-ips
stavros-k Feb 26, 2025
4be2d03
fix more visibility issues
stavros-k Feb 27, 2025
98a5461
fix postgres
stavros-k Mar 6, 2025
72c8220
revert
stavros-k Mar 10, 2025
ff9e81c
remove unneeded config in scrutiny
stavros-k Mar 11, 2025
1386caf
switch default pg image to 17
stavros-k Mar 11, 2025
21044ee
remove k8s migrations
stavros-k Mar 11, 2025
33895d3
bump
stavros-k Mar 13, 2025
810cbcf
clean
stavros-k Mar 17, 2025
6108328
filestasth
stavros-k Mar 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion ix-dev/community/actual-budget/app.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
annotations:
min_scale_version: '25.04'
app_version: 25.3.1
capabilities: []
categories:
Expand Down Expand Up @@ -32,4 +34,4 @@ sources:
- https://hub.docker.com/r/actualbudget/actual-server
title: Actual Budget
train: community
version: 1.2.16
version: 1.3.0
6 changes: 6 additions & 0 deletions ix-dev/community/actual-budget/app_migrations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
migrations:
- file: ip_port_migration
# from:
# max_version: "FIXME:"
target:
min_version: 1.3.0
23 changes: 23 additions & 0 deletions ix-dev/community/actual-budget/migrations/ip_port_migration
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/python3

import os
import sys
import yaml


def migrate(values):
values["network"]["web_port"] = {
"port_number": values["network"]["web_port"],
"bind_mode": "published",
"host_ips": [],
}
return values


if __name__ == "__main__":
if len(sys.argv) != 2:
exit(1)

if os.path.exists(sys.argv[1]):
with open(sys.argv[1], "r") as f:
print(yaml.dump(migrate(yaml.safe_load(f.read()))))
48 changes: 0 additions & 48 deletions ix-dev/community/actual-budget/migrations/migrate_from_kubernetes

This file was deleted.

30 changes: 0 additions & 30 deletions ix-dev/community/actual-budget/migrations/migration_helpers/cpu.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading