[habits] Removes Beaver Habits because it seems underdeveloped
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation.web-containers.containers.beaver-habits = {
|
||||
hostname = "habits";
|
||||
domain = "havenisms.com";
|
||||
image = "daya0576/beaverhabits:latest";
|
||||
port = 8080;
|
||||
oauthProxy = true;
|
||||
volumes = [
|
||||
"/tank/beaver-habits:/app/.user/"
|
||||
];
|
||||
environment = {
|
||||
HABITS_STORAGE = "DATABASE";
|
||||
INDEX_HABIT_DATE_COLUMNS = "7";
|
||||
TRUSTED_EMAIL_HEADER = "X-Oidc-Email";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./beaver-habits.nix
|
||||
./chat.nix
|
||||
./storyden.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user