-
I see by the config instructions that it looks like AWS must be configured? In our case (PoC), we'd like to only use on-prem S3 (Minio.) Can Froster be configured to only use non-AWS S3? If so, how? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 10 replies
-
That should be possible but let me confirm and get back to you. We have also tested froster with GCS, Wasabi, IDrive Ceph and Minio and it just uses rclone underneath. |
Beta Was this translation helpful? Give feedback.
-
During development, we focused on the main Froster features, using AWS as the main S3 storage provider. |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks!
…On Fri, Jun 14, 2024 at 1:13 PM victormachadoperez ***@***.***> wrote:
During development, we focused on the main Froster features, using AWS as
the main S3 storage provider.
Other providers rather than AWS will be available next week.
I will keep you updated, and I will post when the release is available.
—
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNDWNNVTHEL7C3LGVTHMITZHMQEZAVCNFSM6AAAAABJHQCOLOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TONZXGA3DQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Froster v0.14.1 is already deployed. The command "froster update" will give you the command for update froster to the newer version. |
Beta Was this translation helpful? Give feedback.
-
So, the config dialog will not require one to set up an AWS S3 account/etc?
…On Fri, Jun 21, 2024 at 11:53 AM victormachadoperez < ***@***.***> wrote:
Froster v0.14.1 is already deployed.
This version supports the following S3 providers: AWS, Google Cloud
Storage (GCS), Wasabi, IDrive, and Minio.
Ceph is also supported but is still pending to be tested.
The command "froster update" will give you the command for update froster
to the newer version.
If you find any issue do not hesitate to open a ticket at:
https://github.com/dirkpetersen/froster/issues
—
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNDWNIRQLGK3JCNFKYKLLDZIRD6BAVCNFSM6AAAAABJHQCOLOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNBRGUYTI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
So, not sure what's happening here when I'm trying to run
Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Sorry for the confusion Will, I will provide you with an ini shortly. However, if you could try again with 'froster update' to the latest version and then another foster config that would be great. For me it now works with my ceph system to a point but I am getting an error as our ceph config does not allow me to see buckets that were already created and I cannot create new buckets either..... this may not be the case for you with minio ? |
Beta Was this translation helpful? Give feedback.
-
also this is my ~/.config/froster/config.ini
|
Beta Was this translation helpful? Give feedback.
-
New froster v0.16.0 has been released. Now the configuration is a bit different: it configures profiles instead of providers. Please update froster to the latest version and run "froster config" again. (preferably run "froster config --reset" to have a clean configuration file). |
Beta Was this translation helpful? Give feedback.
-
Found out it was our darn corporate firewall blocking the rclone site…
Tried on another connection with a more lenient firewall rule set, and the
install did complete with no issue.
Now on to configuration!
…On Mon, Aug 5, 2024 at 5:50 PM Dirk Petersen ***@***.***> wrote:
@wdennis <https://github.com/wdennis>, I am still working on trying to
reproduce this. When I install as root in a clean (never installed froster)
I am getting this. Could you manaully download rclone and put it into
/root/.local/pipx/venvs/froster/bin ? or remove all froster files in
/root/.local/pipx/venvs/froster and /root/.config/froster and restart
install ?
***@***.***:~# curl -s https://raw.githubusercontent.com/dirkpetersen/froster/main/install.sh?$(date +%s) | bash
Installing pipx...
Installing pipx via pip
Ensuring path for pipx
...pipx installed
Adding /root/.local/bin to PATH for this installation session
Removing old froster files...
...old froster files removed
nothing has been installed with pipx 😴
Installing Froster from PyPi package repository
...Froster installed
Installing third-party dependency: pwalk...
Downloading pwalk files
Compiling pwalk
Moving pwalk to froster's binaries folder
Installed pwalk at /root/.local/share/pipx/venvs/froster/bin/pwalk
Cleaning up pwalk installation files
...pwalk installed
Installing third-party dependency: rclone...
Downloading rclone files
Extracting rclone files
Moving rclone to froster's binaries folder
Installed rclone at /root/.local/share/pipx/venvs/froster/bin/rclone
Cleaning up rclone installation files
...rclone installed
SUCCESS!
Froster version: v0.18.1
Installation path: /root/.local/bin/froster
You will need to open a new terminal or refresh your current terminal session by running command:
source ~/.bashrc
—
Reply to this email directly, view it on GitHub
<#71 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNDWNPGF3ZUHL7VSKLNPULZP7XTTAVCNFSM6AAAAABJHQCOLOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRUG4ZTOMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
New froster v0.16.0 has been released.
Now the configuration is a bit different: it configures profiles instead of providers.
Please update froster to the latest version and run "froster config" again.
(preferably run "froster config --reset" to have a clean configuration file).