summarylogtreecommitdiffstats
path: root/immich.install
diff options
context:
space:
mode:
authorpikl2023-11-19 22:11:49 +0000
committerpikl2023-11-19 22:11:49 +0000
commit1d5f5caaad1937cbe4909c1fc921baeda2b920aa (patch)
tree97dbb0e5ef4a7e2db22a658e11d932b727fe76f9 /immich.install
parent344fcb1470cb321fc8316c2ec2009971395d96ba (diff)
downloadaur-1d5f5caaad1937cbe4909c1fc921baeda2b920aa.tar.gz
bump v1.87.0
Diffstat (limited to 'immich.install')
-rw-r--r--immich.install27
1 files changed, 27 insertions, 0 deletions
diff --git a/immich.install b/immich.install
new file mode 100644
index 000000000000..5230240a124a
--- /dev/null
+++ b/immich.install
@@ -0,0 +1,27 @@
+pre_install() {
+ :
+}
+
+post_install() {
+ echo -e "\033[1;34mINFO\033[0m\033[1m: Final steps to have a working immich instance:"
+ echo -e "\033[1;34mINFO\033[0m\033[1m: * initialise postgres and create a database called 'immich' (https://wiki.archlinux.org/title/PostgreSQL)\033[0m"
+ echo -e "\033[1;34mINFO\033[0m\033[1m: * enable an nginx config then start nginx.service, an example that servers immich on port 8080 is given in /etc/nginx/sites-available\033[0m"
+ echo -e "\033[1;34mINFO\033[0m\033[1m: * ensure immich-server resolves to 127.0.0.1 and/or ::1, e.g. through /etc/hosts\033[0m"
+ echo -e "\033[1;34mINFO\033[0m\033[1m: * start/enable immich-server.service\033[0m"
+}
+
+pre_upgrade() {
+ :
+}
+
+post_upgrade() {
+ :
+}
+
+pre_remove() {
+ :
+}
+
+post_remove() {
+ :
+}