Compare commits
No commits in common. "9ed5cbded0902b9e7e4ca5d81ad7e82058b8d70e" and "fa81dbdcf6fdd19b634c25791de96125c67eb92c" have entirely different histories.
9ed5cbded0
...
fa81dbdcf6
4 changed files with 13 additions and 95 deletions
|
@ -1,34 +0,0 @@
|
||||||
name: Test action
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
env:
|
|
||||||
registry: git.amarth.cloud
|
|
||||||
owner: chris
|
|
||||||
image: default
|
|
||||||
tag: latest
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
hello:
|
|
||||||
name: Print hello world
|
|
||||||
runs-on: default
|
|
||||||
steps:
|
|
||||||
- name: Pull dependencies
|
|
||||||
run: >-
|
|
||||||
git clone https://${{ registry }}/${{ owner }}/sneeuwvlok.git
|
|
||||||
&& cd sneeuwvlok
|
|
||||||
|
|
||||||
- name: Log into registry
|
|
||||||
run: docker login ${{ registry }}
|
|
||||||
|
|
||||||
- name: Build image
|
|
||||||
run: >-
|
|
||||||
docker build
|
|
||||||
-t ${{registry}}/${{ owner }}/${{ image }}:${{ tag }} ./modules/nixos/services/development/forgejo/Dockerfile.default
|
|
||||||
|
|
||||||
- name: Push image
|
|
||||||
run: docker push ${{registry}}/${{ owner }}/${{ image }}:${{ tag }}
|
|
|
@ -1,5 +0,0 @@
|
||||||
FROM nixos/nix:latest
|
|
||||||
|
|
||||||
RUN nix-env -iA nixpkgs.nodejs_24
|
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
|
|
@ -91,7 +91,6 @@ in
|
||||||
|
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
# DEFAULT_ACTIONS_URL = "https://data.forgejo.org";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
other = {
|
other = {
|
||||||
|
@ -137,8 +136,7 @@ in
|
||||||
# tokenFile = config.age.secrets.forgejo-runner-token.path;
|
# tokenFile = config.age.secrets.forgejo-runner-token.path;
|
||||||
token = "ZBetud1F0IQ9VjVFpZ9bu0FXgx9zcsy1x25yvjhw";
|
token = "ZBetud1F0IQ9VjVFpZ9bu0FXgx9zcsy1x25yvjhw";
|
||||||
labels = [
|
labels = [
|
||||||
"default:docker://nixos/nix:latest"
|
"default:docker://node:24-bookworm"
|
||||||
"ubuntu:docker://ubuntu:24-bookworm"
|
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
log.level = "info";
|
log.level = "info";
|
||||||
|
|
|
@ -27,7 +27,14 @@ in
|
||||||
columns = 4;
|
columns = 4;
|
||||||
connectivityCheck = true;
|
connectivityCheck = true;
|
||||||
|
|
||||||
links = [];
|
links = [
|
||||||
|
{
|
||||||
|
name = "Git";
|
||||||
|
icon = "fab fa-forgejo";
|
||||||
|
url = "https://git.amarth.cloud";
|
||||||
|
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
services = [
|
services = [
|
||||||
{
|
{
|
||||||
|
@ -35,28 +42,20 @@ in
|
||||||
items = [
|
items = [
|
||||||
{
|
{
|
||||||
name = "Zitadel";
|
name = "Zitadel";
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/zitadel.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "https://auth.amarth.cloud";
|
url = "https://auth.amarth.cloud";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Forgejo";
|
name = "Forgejo";
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/forgejo.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
type = "Gitea";
|
|
||||||
url = "https://git.amarth.cloud";
|
url = "https://git.amarth.cloud";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Vaultwarden";
|
name = "Vaultwarden";
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/vaultwarden.svg";
|
|
||||||
type = "Vaultwarden";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "https://vault.kruining.eu";
|
url = "https://vault.kruining.eu";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -66,20 +65,8 @@ in
|
||||||
items = [
|
items = [
|
||||||
{
|
{
|
||||||
name = "Grafana";
|
name = "Grafana";
|
||||||
type = "Grafana";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/grafana.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.grafana.settings.server.http_port}";
|
url = "http://${config.networking.hostName}:${builtins.toString config.services.grafana.settings.server.http_port}";
|
||||||
target = "_blank";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
name = "Prometheus";
|
|
||||||
type = "Prometheus";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/prometheus.svg";
|
|
||||||
tag = "app";
|
|
||||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.prometheus.port}";
|
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -88,69 +75,41 @@ in
|
||||||
name = "Media";
|
name = "Media";
|
||||||
items = [
|
items = [
|
||||||
{
|
{
|
||||||
name = "Jellyfin (Movies)";
|
name = "Jellyfin";
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/jellyfin.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
type = "Emby";
|
|
||||||
url = "http://${config.networking.hostName}:8096";
|
url = "http://${config.networking.hostName}:8096";
|
||||||
apikey = "e3ceed943eeb409ba8342738db7cc1f5";
|
|
||||||
libraryType = "movies";
|
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Radarr";
|
name = "Radarr";
|
||||||
type = "Radarr";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/radarr.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.radarr.settings.server.port}";
|
url = "http://${config.networking.hostName}:${builtins.toString config.services.radarr.settings.server.port}";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Sonarr";
|
name = "Sonarr";
|
||||||
type = "Sonarr";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/sonarr.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.sonarr.settings.server.port}";
|
url = "http://${config.networking.hostName}:${builtins.toString config.services.sonarr.settings.server.port}";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Lidarr";
|
name = "Lidarr";
|
||||||
type = "Lidarr";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/lidarr.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.lidarr.settings.server.port}";
|
url = "http://${config.networking.hostName}:${builtins.toString config.services.lidarr.settings.server.port}";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Prowlarr";
|
name = "qBitTorrent";
|
||||||
type = "Prowlarr";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/prowlarr.svg";
|
|
||||||
tag = "app";
|
|
||||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.prowlarr.settings.server.port}";
|
|
||||||
target = "_blank";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
name = "qBittorrent";
|
|
||||||
type = "qBittorrent";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/qbittorrent.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.qbittorrent.webuiPort}";
|
url = "http://${config.networking.hostName}:${builtins.toString config.services.qbittorrent.webuiPort}";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "SABnzbd";
|
name = "SabNZB";
|
||||||
type = "SABnzbd";
|
|
||||||
logo = "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/sabnzdb-light.svg";
|
|
||||||
tag = "app";
|
tag = "app";
|
||||||
url = "http://${config.networking.hostName}:8080";
|
url = "http://${config.networking.hostName}:8080";
|
||||||
target = "_blank";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue