workermaster

Members
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by workermaster

  1. What logs would you like and where can I find them? The first logs I saw were from the upload script. I have attached them log.zip
  2. Thanks for the explanation. I now just have one more question about how to handle the media I already have. I have multiple shares on my server containing the Plex media: What would be the best way to get all the media in the Series and Movies shares to Gdrive? Just copy/move all the media in those shares to the media folders in the local share? I can do that, but that would mean moving 84tb and would take a long time. Is there a better way to do this? EDIT: I just moved a small folder (29gb) from the Series share on my server to the TV folder in the local share. I then waited for almost 45 minutes, but it is not being uploaded to Gdrive (not showing up in the rclone_mount). What could case this to not work? This is the upload script: And this is the mount script:
  3. I renamed the mount and both the mount and upload script are running. I have read the first post again but am still a little bit confused about the new folders that have been made. I now want to create the folder structure on the gdrive. Something like this: Media - Movies - TV - Documentaries etc. I also want to start uploading the media currently on my local server to Gdrive. I am confused about what folder I need to use for uploading the data and how he data gets uploaded to the correct folder. If I am reading the mount and upload script right, then the LocalFilesShare is where I need to place the files that are uploaded by the upload script. A local folder has been created on the server and it contains this folder: But that same folder also exists in the mergerfs folder: The rclone_mount is empty Basically, how do I upload my TV files to the TV folder in gdrive?
  4. I suspected that names could be changed, but am not that confident that I got it right. These are the 2 remotes I have made: This is the mount script: Could you please tell me if this is setup correctly? I have now tried to keep the names of mounts and folders the same as the default mount script and first post in this thread. Can I safely start the mount script now?
  5. I am going to create the mounts again, since my last ones were a bit weird. I have just one question (for now), you mention that we need 2 mounts. You have given them both a name here, but in the scripts you call the mount "gdrive_vfs". Is this correct? Should the name of the mount in the script not be the name of the crypt remote if you want all the data going to to gdrive to be encrypted?
  6. Can anyone verify that I have made the mounts correctly in the post above? I want everything on the Google workspace to be encrypted
  7. Thanks for your help. I thought that encryption was enabled, but am not sure. I have opened the terminal again: I then edited the googleworkspace remote I select 1 there because I want the remote to have full access. I left this one blank: I left the next options on default, but I am not sure what to do with the shared drive option. I left it on No for now I think that should be fine, but am not sure if it is configured corectly. Here is the encrypt remote: I just press Enter because I want it to encrypt the googleworkspace remote I am not sure if I need to change anything here.
  8. I am trying to get this setup but am struggeling with a few things. You mention that I have to setup 2 remotes, but I don't know how. I found this video from Spaceinvaderone: but that video is very old. I followed what he did and created 2 remotes. Is that the correct way or do we need to create them some other way? This is how they look now: I have made a Google business account and have my own domain. I then upgraded to Enterprise where it said unlimited storage, but when I look in Google Drive, it says that there is only 5TB. Do you know why that is?
  9. Hi, I am trying to set this all up, but am not very good at it. I was trying to find a video online to help me guide through most of this. I have bought a domain in the past, and now have a Google workspace enterprise account. How do I mount that account with rclone? Is that a Gdrive or something else?
  10. Hi, I am running multiple Docker containers, including a few gameservers. I would like to give a few colleagues/friends access to this so they can start and stop the gameservers when needed. I do not want them to be able to access the other containers (I don't care if they can see them, but they shouldn't be able to start/stop them). How can I do this? Someone once suggested Portainer, but you need the business edition for this, and that is not available on the community applications.
  11. I realised 2 minutes ago that I am ineed mixing those 2 things up. Sorry.
  12. Hi, The console of all my Docker containers no longer shows any logs. Basically, I only see this screen: I have tried a different browser, incognito mode, and restarting the Docker service. Also rebooting the whole server did not help. The server was running 6.10.2, but because that broke a few Docker containers (permissions), I had to downgrade to 6.9.2. I did that by creating a 6.9.2 boot drive and copying all the bz files to the root of my 6.10.2 install. The server now says it is 6.9.2 and the permissions on Docker have been fixed. Could that have messed up the console? How would I fix this? Solved! I am just dumb and forgot that the logs are not shown there.
  13. I do not know how to troubleshoot this any further. Sorry, but I have very little experience with this. I can recommend to join the Ibracorp Discord server and post your problem in the "Docker" channel. That is the same channel where I posted my problems, and they were very helpfull. In my case I had permission issues on 6.10.2. Tried a testserver with the same Unraid version and had the same problems. Then tried a testserver with 6.9.2 and it worked first try.
  14. What Unraid version are you using? I had that problem in 6.10.2 because of wrong permissions. Also check the paths in your config
  15. Let me know if you need someone to test the container. I am not experienced when it comes to testing Docker, but I have a pretty heavy save for Space Engineers that could somewhat stresstest the performance. I have manged to get Space Engineers running in Pterodactyl today, but a Docker container would be much easier.
  16. I do not know how to do any of that, but maybe @Squid can help. It is times like this that I wish I had any programming knowledge.
  17. I have asked Ich777 a lot of questions and he has always answered quickly. I am running multiple gameservers and the support for them is great! A well deserved place in the spotlight!
  18. Thanks for your help. I have installed the container and let Unraid see what it could find in terms of paths. Here is the install that it made I now have it installed somewhere, but do not know where. Other containers show me that they are installed in the appdata share. Anyway I am adding a path to the appdata share and adding a port that I want it to run on Then I restarted the container and looked at the logs. I see that the container is looking for a path in Windows, but that doesn't exist on Unrai.d Does this mean that the container has to be modified to work on Unraid? I don't know how to do any of that, so that would make this a lot harder for me (and many others that want Space engineers running in a container on Linux)
  19. Hi all, My goal is to have a Space engineers Docker container running. It currently runs as a Steam dedicated server in a VM, but I don't like that the CPU cores can only be used by the VM and I simply do not have enough free cores. So I would like it to run as a contianer so it can use all the cores with little overhead. I found this container on Dockerhub: https://github.com/mmmaxwwwell/space-engineers-dedicated-docker-linux but I am not sure if that one works fine. I also found this one: https://hub.docker.com/r/devidian/spaceengineers and that person mentions the first link as a source for his conainer. I know that I can get Unraid to see the container, but don't know how to properly install it. Basically my problem is that I don't know how to install it to the appdata share. It installs itself somewhere, and I don't know where. I also do not have an option to add the port that it should run on. Could anyone help me figure out how to install this container?
  20. I am currently hosting it in a VM and it is wreaking havoc on my server. The VM only has 2 cores assigned to it since I can't spare any more, and the game lags and stutters like crazy. My hope was that with Pterodacty, I could give it more cores, since I wouldn't need to reserver a few cores for a VM. My plan is also to add other servers to Pterodactyl. I am currently running Wreckfest, Satisfactory, Terraria, OpenRCT2 and Valheim as Dockers. I know that Wreckfest might be a bit difficult to get working in Pterodactyl, but if that is the only that doesn't work in it, then it won't be a dealbreaker for me.
  21. I managed to fix it with the help of the Ibracorp discord. In my case, there were multiple wrong ports. I do not use a custom Docker network. I now have decided to use Cloudflare and Nginx as well. Unfortunately, my pterodactyl install won't install any servers. It just does nothing, and doesn't give an error message. Kind of frustrating to go trough all of this, since the only thing I want from it, is a working Space engineers install. I don't even know if that will work in pterodactyl on Unraid.
  22. Thanks a lot! I didn't see that video before, but will give it a shot later this week. I am already part of the Ibracorp Discord server, where I am asking for help with pterodactyl, so if I need help with this, then I know where to ask it.
  23. Hi, I wanted to ask if that is still the case. I have found this on Github and was wondering how to get that working on Unraid: https://github.com/Devidian/docker-spaceengineers I have no idea how to get a Docker image from Github on Unraid, or how to use Docker-compose. Could you please check if it is still not possible or if that container by Devidian might work? I am running a vm just for this game, and it is hogging resources, while all other games run in a container.