问题标签 [amazon-lightsail]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - 我可以自动生成 Amazon Lightsail 实例的快照吗?
我刚刚在 Amazon Lightsail 上设置了一个 WordPress 站点的实例。
我正在寻找备份解决方案。
创建实例快照的选项在那里并且工作正常,但我在控制面板中看到每个快照需要 30GB 并且“总快照数据快照按月按 GB 计费”。
在不花费捆绑包的情况下进行每日快照是否可行?
还是每天将整个 WordPress 目录复制到另一个目录或 S3 存储桶会更好?
php - 亚马逊 lightsail 实例上的 Wordpress 管理面板登录问题
我已经在亚马逊 lightsail 上安装了 wordpress。我按照本指南中提到的步骤进行操作 - https://jiocare.net/install-wordpress-amazon-lightsail-instance/我从 SSH 终端获得了 wordpress 密码,正如它所提到的。正如我所指出的,wordpress 的默认用户名是“用户”。但是我无法登录wordpress。谁可以帮我这个事?
wordpress - 在 AWS Lightsail 上更改 wordpress 版本
寻找解决方案来更改 Amazon AWS lightsail 实例上的 wordpress 版本。我需要降级我的wordpress版本,如果有其他方法可以解决这个问题,请建议......
amazon-web-services - 冻结尝试在 AWS Lightsail 上安装 Hyperledger composer-rest-server
我尝试按照https://hyperledger.github.io/composer/installing/development-tools.html上记录的说明在我的 AWS Lightsail 上安装 Hyperledger Composer
我成功了,直到第 3 步,我进入了npm install -g composer-rest-server
. 它抱怨几个不推荐使用的项目,第 5 次,它就被冻结了。图片
有人可以帮忙吗?谢谢!
amazon-web-services - Is it possible to use AWS CodePipeline with Lightsail?
I'm working all the day and couldn't find the answer. So I'm asking you guys: is it possible to use AWS Pipeline with AWS Lightsail?
My objective is to store the code inside CodeCommit and use CodeBuild, CodeDeploy, CodePipeline and S3 to create a Continuous Deployment inside a Lightsail instance.
Those are the steps I think I have to follow to accomplish the task:
As you can see, I'm almost there. But I couldn't find any way to use my Lightsail instance with CodeDeploy. So, my question is: is it possible? Is there some limitation? Did I miss something really basic? Is there any other way to make the CD with Lighsail? Sorry, I'm getting a little crazy right here ahhaha.
amazon-web-services - Increase EBS Volume size of AWS Lightsail
I want to increase 80 GB Storage of AWS Lightsail max plan. Can I increase that?
apache - 反向代理发送 127.0.0.1 作为 URL,而不是外部 site-url.com 到 oauth 回调
我正在将一个站点从已失效的 OpenShift v2 转移到 AWS 上的 LightSail。我在 LightSail 上启动并运行了应用程序,并在localhost:3333
外部转发。我可以使用site-url.com
但是,在尝试登录应用程序时(使用 Passport Facebook)。回调 url 设置为127.0.0.1
,而不是白名单(facebook dev)www.site-url.com
https://www.facebook.com/dialog/oauth?response_type=code&redirect_uri=http%3A%2F%2F127.0.0.1%3A3333%2Fauth%2Fwww.site-url.com%2Fauth%2Ffacebook%2Fcallback&scope=email&client_id=XXX
相关登录代码:
我添加了appUrl
,试图通过服务器代码修复它。但是,我感觉 Apache 更适合解决这个问题。
我按照这些说明设置了代理,并尝试了所有变体127.x/site-url.com
有人有想法么?
macos - 如何从我的 Mac 连接到新的 Amazon Lightsail 实例?
我在 Amazon Lightsail 上创建了一个新的 NodeJS 实例,并希望从我的 Mac 命令行连接到它。不确定如何在连接命令中包含所需的 SSH 密钥Permission denied (publickey)
。
php - Lightsail 配置 Apache 的 HTTP_HOST
我有一个使用 AWS Lightsail 的 LAMP 堆栈托管的实例。我在 Godaddy 上也有一个主机名。
$_SERVER['HTTP_HOST'] 返回应用程序运行的 127.0.0.1:8000。无论如何配置Apache以便返回主机名?
apache - Amazon Lightsail:Bitnami LAMP 服务器网站托管:sudo service apache2 restart
我正在尝试按照此处的指南: http ://www.servermom.org/how-to-add-new-site-into-your-apache-based-ubuntu-server/ 在网络上托管一些 PHP 文件。一切正常,直到倒数第二步:标题中的命令。我得到的控制台消息如下:
我用 nano 打开 /var/log/apache2 中的 access.log 和 error.log 文件,它们都显示为空。关于为什么“行动'开始'失败”的任何想法?
提前感谢您的帮助