Commit graph

24 commits

Author SHA1 Message Date
barremian
453d6f566a
lxc-forgejo: Remove commented option from service 2024-05-29 16:34:02 +02:00
barremian
52a66dd6f0
lxc-forgejo: Remove database choice 2024-05-29 16:33:12 +02:00
barremian
d528ceb75a
lxc-forgejo: Replace commands split by && with individual commands 2024-05-29 16:09:41 +02:00
barremian
cb05e65788
lxc-forgejo: Replace 127.0.0.1 with localhost 2024-05-29 12:28:43 +02:00
barremian
92c971566f
lxc-forgejo: Silently install MariaDB if MySQL is preferred by the user 2024-05-29 12:14:07 +02:00
barremian
fff3a6864e
lxc-forgejo: Use ALTER USER to set root user password for MySQL and MariaDB 2024-05-29 11:35:42 +02:00
barremian
93c62470b3
lxc-forgejo: Expand unbound variables to empty strings to suppress 'unbound variable' errors 2024-05-29 10:48:44 +02:00
barremian
9157c616ac
lxc-forgejo: Offer adminer installation only if SQLite isn't used 2024-05-29 10:42:33 +02:00
barremian
a965e77f7e
lxc-forgejo: Replace 127.0.0.1 with localhost 2024-05-29 10:41:44 +02:00
barremian
c527ec90ef
lxc-forgejo: Expand unbound variables to empty strings to suppress 'unbound variable' errors 2024-05-29 10:41:17 +02:00
barremian
75063708ed
lxc-forgejo: Remove redundant 'DB will be used' message 2024-05-29 08:54:31 +02:00
barremian
62c2da36cc
lxc-forgejo: Reintroduce database specific msg outputs 2024-05-29 00:59:11 +02:00
barremian
a2dde479c5
lxc-forgejo: Update 'if' DB_CHOICE conditions to account for whiptail -> select change 2024-05-29 00:49:15 +02:00
barremian
2f1b9e27b8
lxc-forgejo: Move database choice if statements with switch-case inside the select command 2024-05-29 00:37:56 +02:00
barremian
ddafd1f871
lxc-forgejo: Move 'read' command above msg_info function call and remove DB specific messages 2024-05-29 00:22:53 +02:00
barremian
5092297a92
lxc-forgejo: Replace concluding msg_info with msg_ok and remove unnecessary service restart messages for database setups 2024-05-29 00:13:21 +02:00
barremian
f6ca207f58
lxc-forgejo: Prefix 'adduser' with STD 2024-05-29 00:04:27 +02:00
barremian
6b222b9ab8
lxc-forgejo: Replace 'whiptail' for database selection with 'select' 2024-05-28 23:54:55 +02:00
barremian
310cc3ebe6
lxc-forgejo: Add --separate-output to attempt to hide Whiptail after user input during installation 2024-05-28 22:57:49 +02:00
barremian
453ee8dcce
lxc-forgejo: Write relevant information to ~/forgejo.creds:
- Forgejo GIT User
- Forgejo data directory
- Database type and host
2024-05-28 22:56:56 +02:00
barremian
8d141b4c06
lxc-forgejo: Add -y to apt-get install commands 2024-05-28 21:47:02 +02:00
barremian
ca2e47dfc5
lxc-forgejo: Fix var name typo 2024-05-28 21:16:28 +02:00
barremian
c91484dfb8
lxc-forgejo: Add -s to curl commands 2024-05-28 21:15:59 +02:00
barremian
4b6a6b9574
Add lxc-forgejo: initial implementation 2024-05-28 20:48:53 +02:00