mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-10 14:55:52 -05:00
Reactive-Resume #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vhsdream on GitHub.
Originally assigned to: @vhsdream on GitHub.
https://github.com/community-scripts/ProxmoxVE/discussions/1859
https://github.com/AmruthPillai/Reactive-Resume/tree/docs
Application Name
Reactive Resume
Website
https://rxresu.me/
Description
It is a nice web application to quickly generate and resumes, with a lot of features to make the process less tedious while still allowing for a lot of customizability if desired.
It can be self hosted or used with an account on the website, but personally I would feel more comfortable with self hosting it and knowing that it won't disappear some day.
@bvdberg01 commented on GitHub:
Tnx, I will fix it :)
@github-actions[bot] commented on GitHub:
The reactive-resume script is ready for testing:
bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/reactive-resume.sh)"Note: This is not in the official repo yet—it's just a dev version! After merging into ProxmoxVE, it will need to be recreated.
@vhsdream commented on GitHub:
That github action uses an underscore when it should be a hyphen; just FYI
@kkroboth commented on GitHub:
No issues installing. 🎉
Should the services it depends on be accessible from LAN ip or just
127.0.0.1internally? Such as PostgreSQL, Browserless, and minio. Looking at the docker setup they have those internally linked and not exposed.Not a big deal as I'll hook this up to my PostgreSQL server instead of the one installed in this script.
Seeing those servers exposes on all network interfaces instead of localhost, with of course the exception Reactive Resume on port 3000.
@bvdberg01 commented on GitHub:
Installs fine, but diskspace needs to be extended:
@MickLesk commented on GitHub:
Script need some more Information, e.g.
@kkroboth commented on GitHub:
My disk space is around 4.25G and did not exceed bootdisk size. I'm using ZFS.
@vhsdream Awesome, I re-installed the lxc and don't see those services exposed! I also tested exporting resume as PDF and no issues there.
@MickLesk commented on GitHub:
funny, this is actually such a small “tool”, but it feels like it takes longer to build than many other scripts. :D
@vhsdream commented on GitHub:
@kkroboth Thanks for testing it out. Indeed we can change the configuration to have the browserless instance only listening on localhost, and postgres is already doing that.
After some struggle I figured out how to allow the export/download PDF feature to work, while keeping the Minio web console inaccessible. They don't really spell it out for you. I'll push the update with all the changes but you can also test without having to reinstall.
In
/opt/Reactive-Resume/.env-PUBLIC_URLandSTORAGE_URLshould stay the same:In
/opt/minio/.envadd the following:Restart the container and check the listening ports; although port 9000 is listening on your local IP, you can't reach the console due to Minio redirecting you to port 9001. But exporting a PDF still works.
I'm not saying this isn't bypassable though - now I'm a little concerned about an SSRF, and I will see if I can test my theory this weekend. I wouldn't make this app externally-accessible just yet if you're not using Docker.
@kkroboth Editing to add that you also need to change
HOSTtolocalhostin the Browserless config at/opt/browserless/.env@vhsdream commented on GitHub:
@bvdberg01 Of course I'm willing to accommodate, but this was not my experience after installation:
What filesystem do you use? I'm using ZFS and I'm wondering if the differences I see are the result of LVM or something?
@MickLesk commented on GitHub:
changed manually version to 4.4.3 as test:
=> Script breaking because the missing storage. Need to check, if you can do this smarter or remove unneeded files. maybe @bvdberg01 has an idea (because the wiki.js shrink)
@vhsdream commented on GitHub:
I've maybe figured out a way to have browserless work without needing to install Chrome, Edge, Firefox and Webkit. Please try the updated install script and we'll see if it's better.
@vhsdream commented on GitHub:
For 1 and 3 - if there is no email configured, there is an 'account activation' link sent in stdout, but going through all that is currently optional so I didn't try setting it up just yet. It looks like setting up email is completely up to the user, as far as I can tell.
Yeah right now there seems to be some issue with browserless where it won't run unless you have all of the browsers installed, even though this app only uses chrome. It's super annoying and I want to try to find a better way.
For 2 - I don't think so - because all data is handled in postgres and it's probably not a good idea to mess around with that, but I can't be 100% sure.
I'm going to work on the updater today to see if there are redundant or unnecessary commands since I borrowed the Browserless part from the
changedetectionscript.@Lonnroth commented on GitHub:
(I always disable IPv6)
Works for me, good work!!
@bvdberg01 commented on GitHub:
Wiki.js was more a install time fix than a disk space ;)
@github-actions[bot] commented on GitHub:
Not all required files were found for reactiveresume. Please check the files and try again. Missing: frontend/public/json/reactiveresume.json.
@MickLesk commented on GitHub:
@vhsdream ive changed the old wget to curls.
Theoretically it is ready to merge into Live, but since you are also using LOCAL_IP, you can have a look at documenso-install.sh, there is a “new” function at the top. This refers to the tools.func in the core. (the bottom lines). This will automatically deploy an IP service on the LXC.
@vhsdream commented on GitHub:
@MickLesk This will get pushed to the main repo via some workflow, right? Or do we still need to make manual PRs there?
For the local IP, that sure seems like a lot just to get the local IP address - installing a script, systemd timer and service file; will it become mandatory in the future to use all available functions if there is one for our use case? Will the installation of additional scripts/service files be optional?
Anyway just tested the install and it works great still, thanks!
@AdimoUK commented on GitHub:
Worked well for me too! All good here :)
@MickLesk commented on GitHub:
Well, the point is that many use DHCP and the IP's change and then you have to edit the system files and .env's all the time. It should run autonomously and “heal” itself accordingly
The time is only 60sec at the moment, as I always run various tests in parallel. Presumably a reaction to network-change and onboot is sufficient
@github-actions[bot] commented on GitHub:
Files deleted with PR #225
@MickLesk commented on GitHub:
@michelroegl-brunner
@github-actions[bot] commented on GitHub:
A PR has been created for reactive-resume: community-scripts/ProxmoxVE#3980
@michelroegl-brunner commented on GitHub:
The Problem was the Issue title "Reactive Resume", but the files where called rective-resume.